FLASH-X
Doxygen Generated Documentation From Interface Source Code
IncompNS.h
Go to the documentation of this file.
1!!***h* source/physics/IncompNS/IncompNS.h
2!!
3!! This is the internal header file for the
4!! Incompressible Navier Stokes Module
5!!
6!!***
7
8#define DIR_X 1
9#define DIR_Y 2
10#define DIR_Z 3
11
12#define INJECTION_PROL 0
13#define DIVPRES_PROL 1
14#define LINEAR_PROL 101
15#define QUADRATIC_PROL 102
16
17#define AB2_SCHM 2
18#define AB2_SCHM_V 21
19#define RK3_SCHM 3
20
21#define INS_INTSCHM_MULTISTEP 100
22#define INS_INTSCHM_RK 200
23
24!!#define EXPONENTIAL_WBREF_RAMP 1
subroutine IncompNS(timeEndAdv, dt, dtOld, sweepOrder)
Definition: IncompNS.F90:39