FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

readPIMPLEControls.H File Reference


Detailed Description

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

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().

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

Definition at line 6 of file readPIMPLEControls.H.

Referenced by for(), and if().

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.