Definition in file readSIMPLEControls.H.
Go to the source code of this file.
Variables | |
dictionary | simple = mesh.solutionDict().subDict("SIMPLE") |
int | nNonOrthCorr |
bool | momentumPredictor |
bool | transonic |
dictionary simple = mesh.solutionDict().subDict("SIMPLE") |
Definition at line 1 of file readSIMPLEControls.H.
Referenced by if().
int nNonOrthCorr |
simple.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0)
Definition at line 3 of file readSIMPLEControls.H.
bool momentumPredictor |
simple.lookupOrDefault<Switch>("momentumPredictor", true)
Definition at line 6 of file readSIMPLEControls.H.
bool transonic |
simple.lookupOrDefault<Switch>("transonic", false)
Definition at line 9 of file readSIMPLEControls.H.