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

Detailed Description

Definition in file readControls.H.

+ Include dependency graph for readControls.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

label nAlphaCorr (readLabel(piso.lookup("nAlphaCorr")))
label nAlphaSubCycles (readLabel(piso.lookup("nAlphaSubCycles")))
 if (nAlphaSubCycles > 1 &&nOuterCorr!=1)
 if (piso.found("correctPhi"))
 if (piso.found("checkMeshCourantNo"))

Variables

bool correctPhi = true
bool checkMeshCourantNo = false

Function Documentation

label nAlphaCorr ( readLabel(piso.lookup("nAlphaCorr"))  )
label nAlphaSubCycles ( readLabel(piso.lookup("nAlphaSubCycles"))  )

Referenced by if().

if ( nAlphaSubCycles  ,
1 &&nOuterCorr!  = 1 
)

Definition at line 14 of file readControls.H.

References args, argList::executable(), Foam::exit(), Foam::FatalError, and FatalErrorIn.

if ( piso.  found"correctPhi")

Definition at line 23 of file readControls.H.

References piso.

if ( piso.  found"checkMeshCourantNo")

Definition at line 29 of file readControls.H.

References piso.


Variable Documentation

bool correctPhi = true

Definition at line 22 of file readControls.H.

bool checkMeshCourantNo = false

Definition at line 28 of file readControls.H.