OpenFOAM logo
Open Source CFD Toolkit

readSIMPLEControls.H File Reference

Go to the source code of this file.

Functions

 if (simple.found("nNonOrthogonalCorrectors"))
 if (simple.found("momentumPredictor"))
 if (simple.found("fluxGradp"))

Variables

const dictionary & simple = mesh.solutionDict().subDict("SIMPLE")
int nNonOrthCorr = 0
bool momentumPredictor = true
bool fluxGradp = false


Function Documentation

if simple found("fluxGradp")  ) 
 

Definition at line 16 of file readSIMPLEControls.H.

References fluxGradp, and simple.

if simple found("momentumPredictor")  ) 
 

Definition at line 10 of file readSIMPLEControls.H.

References momentumPredictor, and simple.

if simple found("nNonOrthogonalCorrectors")  ) 
 

Definition at line 4 of file readSIMPLEControls.H.

References nNonOrthCorr, Foam::readInt(), and simple.

Here is the call graph for this function:


Variable Documentation

bool fluxGradp = false
 

Definition at line 15 of file readSIMPLEControls.H.

bool momentumPredictor = true
 

Definition at line 9 of file readSIMPLEControls.H.

int nNonOrthCorr = 0
 

Definition at line 3 of file readSIMPLEControls.H.

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

Definition at line 1 of file readSIMPLEControls.H.

Referenced by if().

For further information go to www.openfoam.org