readControls.H
Go to the documentation of this file.
1 #include "readTimeControls.H"
2 
3 correctPhi = pimple.dict().getOrDefault("correctPhi", false);
4 
6  pimple.dict().getOrDefault("checkMeshCourantNo", false);
7 
9  pimple.dict().getOrDefault("moveMeshOuterCorrectors", false);
10 
12  pimple.dict().getOrDefault("massFluxInterpolation", false);
13 
14 ddtCorr = pimple.dict().getOrDefault("ddtCorr", true);
15 
16 adjustFringe = pimple.dict().getOrDefault("oversetAdjustPhi", false);
correctPhi
correctPhi
Definition: readControls.H:3
checkMeshCourantNo
checkMeshCourantNo
Definition: readControls.H:5
pimple
pimpleControl & pimple
Definition: setRegionFluidFields.H:56
moveMeshOuterCorrectors
moveMeshOuterCorrectors
Definition: readControls.H:8
ddtCorr
ddtCorr
Definition: readControls.H:9
massFluxInterpolation
massFluxInterpolation
Definition: readControls.H:7
adjustFringe
adjustFringe
Definition: readControls.H:16
readTimeControls.H
Read the control parameters used by setDeltaT.