|
[Sponsors] |
How to implement Runge-Kutta scheme in 3D DNS? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 18, 2006, 08:50 |
How to implement Runge-Kutta scheme in 3D DNS?
|
#1 |
Guest
Posts: n/a
|
In the literature, schemes related to runge-kutta sheme are always tested by solving the model equation as du/dt+df(u)/dx=0 or du/dt+a*du/dx=av*d(du/dx)/dx, while u,f are scalars in a 1 dimensional system. Is there any detailed introduction as how to extend Runge-Kutta scheme to 3 dimensional situation? Furthermore, is Jacobian matrix required in the solution of 3D NS equation?
NS equation: compressible flow, subsonic d(U)/dt+dF(U)/dx + dG(U)/dy + dH(U)/dz = 0 while U, F, G, H are vectors. Is it correct to directly discretize the convective and diffusive terms using explicit or compact schemes in corresponding dimension whithout calculating the Jacobian matrix and the characteristic values? Thanks very much!!!!!!!! |
|
March 21, 2006, 02:56 |
Re: How to implement Runge-Kutta scheme in 3D DNS?
|
#2 |
Guest
Posts: n/a
|
In general what you do for N-S is calculate df/dx ,dg/dy,dh/dz and then use R-k as du/dt=L ( L=-(df/dx+dg/dy+dh/dz) ).The calculation of jacobian is dependent on the form in which you discretise the N-S.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
1D Burgers euqation with 4th Runge Kutta | dokeun | Main CFD Forum | 3 | August 8, 2011 07:34 |
Using Runge kutta 4th order scheme in FSI using CFX | vmlxb6 | CFX | 0 | April 26, 2011 15:55 |
?to implement gamma differencing scheme | Gonski | Main CFD Forum | 15 | January 28, 2007 18:00 |
Runge Kutta Optimization | vasanth | Main CFD Forum | 6 | December 2, 2005 14:07 |
Diagonally Dominate Runge Kutta Method | Anthony Iannetti | Main CFD Forum | 0 | January 23, 2001 22:27 |