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

readPISOControls.H File Reference


Detailed Description

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

Function Documentation

int nCorr ( readInt(piso.lookup("nCorrectors"))    )

Variable Documentation

dictionary piso = mesh.solutionDict().subDict("PISO")

Definition at line 1 of file readPISOControls.H.

Referenced by if().

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

Definition at line 5 of file readPISOControls.H.

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

Definition at line 8 of file readPISOControls.H.

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

Definition at line 11 of file readPISOControls.H.

int nOuterCorr
Initial value:
        piso.lookupOrDefault<int>("nOuterCorrectors", 1)

Definition at line 14 of file readPISOControls.H.

Referenced by for(), and if().