createDyMControls.H
Go to the documentation of this file.
1 bool correctPhi
2 (
3  pimple.dict().getOrDefault("correctPhi", true)
4 );
5 
7 (
8  pimple.dict().getOrDefault("checkMeshCourantNo", false)
9 );
10 
12 (
13  pimple.dict().getOrDefault("moveMeshOuterCorrectors", false)
14 );
15 
16 
18 (
19  pimple.dict().getOrDefault("massFluxInterpolation", false)
20 );
21 
22 bool adjustFringe
23 (
24  pimple.dict().getOrDefault("oversetAdjustPhi", false)
25 );
26 
27 bool ddtCorr
28 (
29  pimple.dict().getOrDefault("ddtCorr", true)
30 );
pimple
pimpleControl & pimple
Definition: setRegionFluidFields.H:56
massFluxInterpolation
bool massFluxInterpolation(pimple.dict().getOrDefault("massFluxInterpolation", false))
checkMeshCourantNo
bool checkMeshCourantNo(pimple.dict().getOrDefault("checkMeshCourantNo", false))
adjustFringe
bool adjustFringe(pimple.dict().getOrDefault("oversetAdjustPhi", false))
moveMeshOuterCorrectors
bool moveMeshOuterCorrectors(pimple.dict().getOrDefault("moveMeshOuterCorrectors", false))
ddtCorr
bool ddtCorr(pimple.dict().getOrDefault("ddtCorr", true))
correctPhi
bool correctPhi(pimple.dict().getOrDefault("correctPhi", mesh.dynamic()))