|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Samira
Join Date: Jun 2010
Location: Zurich
Posts: 1
Rep Power: 0 ![]() |
Hi everyone,
I am working with an in-house compressible Navier-Stokes solver which uses the one-step second order Ni's lax-Wendroff scheme. For accelerating the convergence, I am trying to implement the multigrid in the solver. Actually, in Lax-Wendroff method, because of the coupled descreatization of time and space, the algorithm is a little bit different from explicit multistage codes. It is actually called "multiple-grid" in Ni's first paper. I just wanted to find out whether anybody have any experience or information about it because it does not seem to be working in my code. I know this topic has been closed almost 30 years ago and that makes it even more difficult because I can not find anybody alive in the authors to contact. Thanks. |
|
|
|
|
|
|
|
|
#2 |
|
Member
Jed Brown
Join Date: Mar 2009
Posts: 56
Rep Power: 20 ![]() |
You can write you discretization in semi-discrete form (discretize only over space, not time). This is greatly preferable from a software perspective since you can use any SSP method for the forward integrator, and can naturally solve for steady states. Once you have a semi-discrete form, you can use pseudotransient continuation (http://www.cs.odu.edu/~keyes/papers/ptc03.pdf) in Newton-Krylov or nonlinear multigrid form to solve for steady state.
|
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multigrid Method for Euler Equation | Vidhyashankar.N | Main CFD Forum | 2 | March 23, 2008 22:14 |
| Multigrid method | Suresh kumar | Main CFD Forum | 1 | April 24, 2006 21:07 |
| Pressure Possion equ.and multigrid method | Tony | Main CFD Forum | 16 | April 28, 2001 13:08 |
| Unstructured Multigrid Method for Euler equations | Jian Xia | Main CFD Forum | 8 | December 20, 1999 13:31 |