Skip navigation links
(WIND Documentation Home Page) (WIND User's Guide) (GMAN User's Guide) (MADCAP User's Guide) (CFPOST User's Guide) (WIND Utilities) (Common File User's Guide) (WIND Installation Guide) (WIND Developer's Reference) (Guidelines Documents)

(Introduction) (Tutorial) (Geometry and Flow Physics Modeling) (Numerical Modeling) (Boundary Conditions) (Convergence Monitoring) (Files) (Scripts) (Parallel Processing) (Keyword Reference) (Test Options)



MARCHING - Parabolized Navier-Stokes algorithm

MARCHING [LIMITER value] [CHECKPOINT interval] [COPY]

This keyword enables WIND's spatial marching, or parabolized Navier-Stokes (PNS), algorithm for flowfields which are supersonic in the computational i-direction. In this mode, WIND marches from the i = 1 to the i = imax computational surface, attempting to compute a steady-state solution at each plane before moving on to the next one. Using the PNS algorithm significantly reduces the computing time required for supersonic solutions.

    LIMITER value   This keyword enables the marching limiter, which limits the change in the solution vector Q to (value)Q. I.e.,

Delta Q <= (value)Q

CHECKPOINT interval The parameter interval specifies the number of i-planes to be computed before writing the current flowfield to the solution file. The default is 10.
COPY This keyword requests that WIND copy the solution from the most recently computed i-plane to the upcoming i-plane, giving a (hopefully) better initialization to the new i-plane than simply starting from freestream flow.

Notes

See Also: RHS, TURBULENCE