OpenFOAM logo
Open Source CFD Toolkit

readPISOControls.H File Reference

Go to the source code of this file.

Functions

int nCorr (readInt(piso.lookup("nCorrectors")))
 if (piso.found("nNonOrthogonalCorrectors"))
 if (piso.found("momentumPredictor"))
 if (piso.found("fluxGradp"))
 if (piso.found("transSonic"))
 if (piso.found("nOuterCorrectors"))

Variables

const dictionary & piso = mesh.solutionDict().subDict("PISO")
int nNonOrthCorr = 0
bool momentumPredictor = true
bool fluxGradp = false
bool transSonic = false
int nOuterCorr = 1


Function Documentation

if piso found("nOuterCorrectors")  ) 
 

Definition at line 30 of file readPISOControls.H.

References nOuterCorr, piso, and Foam::readInt().

Here is the call graph for this function:

if piso found("transSonic")  ) 
 

Definition at line 24 of file readPISOControls.H.

References piso, and transSonic.

if piso found("fluxGradp")  ) 
 

Definition at line 18 of file readPISOControls.H.

References fluxGradp, and piso.

if piso found("momentumPredictor")  ) 
 

Definition at line 12 of file readPISOControls.H.

References momentumPredictor, and piso.

if piso found("nNonOrthogonalCorrectors")  ) 
 

Definition at line 6 of file readPISOControls.H.

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

Here is the call graph for this function:

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


Variable Documentation

bool fluxGradp = false
 

Definition at line 17 of file readPISOControls.H.

Referenced by if().

bool momentumPredictor = true
 

Definition at line 11 of file readPISOControls.H.

Referenced by if().

int nNonOrthCorr = 0
 

Definition at line 5 of file readPISOControls.H.

Referenced by if().

int nOuterCorr = 1
 

Definition at line 29 of file readPISOControls.H.

Referenced by if().

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

Definition at line 1 of file readPISOControls.H.

Referenced by if().

bool transSonic = false
 

Definition at line 23 of file readPISOControls.H.

Referenced by if().

For further information go to www.openfoam.org