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

readSIMPLEControls.H File Reference


Detailed Description

Definition in file readSIMPLEControls.H.

Go to the source code of this file.

Variables

dictionary  simple = mesh.solutionDict().subDict("SIMPLE")
int  nNonOrthCorr
bool  momentumPredictor
bool  transonic

Variable Documentation

dictionary simple = mesh.solutionDict().subDict("SIMPLE")

Definition at line 1 of file readSIMPLEControls.H.

Referenced by if().

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

Definition at line 3 of file readSIMPLEControls.H.

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

Definition at line 6 of file readSIMPLEControls.H.

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

Definition at line 9 of file readSIMPLEControls.H.