Definition in file readPISOControls.H.
Go to the source code of this file.
Functions | |
int | nCorr (readInt(piso.lookup("nCorrectors"))) |
Variables | |
dictionary | piso = mesh.solutionDict().subDict("PISO") |
int | nNonOrthCorr |
bool | momentumPredictor |
bool | transonic |
int | nOuterCorr |
int nCorr | ( | readInt(piso.lookup("nCorrectors")) | ) |
dictionary piso = mesh.solutionDict().subDict("PISO") |
Definition at line 1 of file readPISOControls.H.
Referenced by if().
int nNonOrthCorr |
piso.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0)
Definition at line 5 of file readPISOControls.H.
bool momentumPredictor |
piso.lookupOrDefault<Switch>("momentumPredictor", true)
Definition at line 8 of file readPISOControls.H.
bool transonic |
piso.lookupOrDefault<Switch>("transonic", false)
Definition at line 11 of file readPISOControls.H.
int nOuterCorr |
piso.lookupOrDefault<int>("nOuterCorrectors", 1)
Definition at line 14 of file readPISOControls.H.