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

Detailed Description

Definition in file readSIMPLEControls.H.

+ This graph shows which files directly or indirectly include this file:

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().

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

Definition at line 3 of file readSIMPLEControls.H.

bool momentumPredictor
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.