createControls.H
Go to the documentation of this file.
1 #include "createTimeControls.H"
2 
3 bool correctPhi
4 (
5  pimple.dict().getOrDefault("correctPhi", false)
6 );
7 
9 (
10  pimple.dict().getOrDefault("checkMeshCourantNo", false)
11 );
12 
14 (
15  pimple.dict().getOrDefault("massFluxInterpolation", false)
16 );
17 
18 bool adjustFringe
19 (
20  pimple.dict().getOrDefault("oversetAdjustPhi", false)
21 );
22 
23 bool ddtCorr
24 (
25  pimple.dict().getOrDefault("ddtCorr", true)
26 );
correctPhi
bool correctPhi(pimple.dict().getOrDefault("correctPhi", true))
massFluxInterpolation
bool massFluxInterpolation(pimple.dict().getOrDefault("massFluxInterpolation", false))
pimple
pimpleControl & pimple
Definition: setRegionFluidFields.H:56
adjustFringe
bool adjustFringe(pimple.dict().getOrDefault("oversetAdjustPhi", false))
createTimeControls.H
Read the control parameters used by setDeltaT.
checkMeshCourantNo
bool checkMeshCourantNo(pimple.dict().getOrDefault("checkMeshCourantNo", false))
ddtCorr
bool ddtCorr(pimple.dict().getOrDefault("ddtCorr", true))