FreeFOAM The Cross-Platform CFD Toolkit
readPIMPLEControls.H File Reference

Detailed Description

Definition in file readPIMPLEControls.H.

+ This graph shows which files directly or indirectly include this file:

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

Function Documentation

int nOuterCorr ( readInt(pimple.lookup("nOuterCorrectors"))  )
int nCorr ( readInt(pimple.lookup("nCorrectors"))  )

Referenced by for(), and if().


Variable Documentation

dictionary pimple = mesh.solutionDict().subDict("PIMPLE")

Definition at line 1 of file readPIMPLEControls.H.

Referenced by if().

int nNonOrthCorr
Initial value:
pimple.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0)

Definition at line 6 of file readPIMPLEControls.H.

Referenced by for(), and if().

bool momentumPredictor
Initial value:
pimple.lookupOrDefault<Switch>("momentumPredictor", true)

Definition at line 9 of file readPIMPLEControls.H.

bool transonic
Initial value:
pimple.lookupOrDefault<Switch>("transonic", false)

Definition at line 12 of file readPIMPLEControls.H.