Definition in file readPIMPLEControls.H.
Go to the source code of this file.
Functions | |
| int | nOuterCorr (readInt(pimple.lookup("nOuterCorrectors"))) |
| int | nCorr (readInt(pimple.lookup("nCorrectors"))) |
Variables | |
| dictionary | pimple = mesh.solutionDict().subDict("PIMPLE") |
| int | nNonOrthCorr |
| bool | momentumPredictor |
| bool | transonic |
| int nOuterCorr | ( | readInt(pimple.lookup("nOuterCorrectors")) | ) |
| dictionary pimple = mesh.solutionDict().subDict("PIMPLE") |
Definition at line 1 of file readPIMPLEControls.H.
Referenced by if().
| int nNonOrthCorr |
pimple.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0)
Definition at line 6 of file readPIMPLEControls.H.
| bool momentumPredictor |
pimple.lookupOrDefault<Switch>("momentumPredictor", true)
Definition at line 9 of file readPIMPLEControls.H.
| bool transonic |
pimple.lookupOrDefault<Switch>("transonic", false)
Definition at line 12 of file readPIMPLEControls.H.