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

Detailed Description

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

Go to the source code of this file.

Functions

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

Variables

const dictionary & pimple = mesh.solutionDict().subDict("PIMPLE")
int nNonOrthCorr
bool momentumPredictor

Function Documentation

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

Variable Documentation

const dictionary& pimple = mesh.solutionDict().subDict("PIMPLE")

Definition at line 1 of file readFluidMultiRegionPIMPLEControls.H.

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

Definition at line 5 of file readFluidMultiRegionPIMPLEControls.H.

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

Definition at line 8 of file readFluidMultiRegionPIMPLEControls.H.