OpenFOAM
4.1
The OpenFOAM Foundation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
applications
solvers
compressible
rhoPimpleFoam
rhoPimpleDyMFoam
readControls.H
Go to the documentation of this file.
1
#include "
readTimeControls.H
"
2
3
correctPhi
=
pimple
.dict().lookupOrDefault<Switch>(
"correctPhi"
,
true
);
4
5
checkMeshCourantNo
=
6
pimple
.dict().lookupOrDefault<Switch>(
"checkMeshCourantNo"
,
false
);
pimple
const dictionary & pimple
Definition:
readFluidMultiRegionPIMPLEControls.H:1
readTimeControls.H
Read the control parameters used by setDeltaT.
checkMeshCourantNo
checkMeshCourantNo
Definition:
readControls.H:5
correctPhi
correctPhi
Definition:
readControls.H:3
Generated by
1.8.11