readControls.H 486 Bytes
Newer Older
shunbo's avatar
shunbo committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "readTimeControls.H"

correctPhi = pimple.dict().getOrDefault("correctPhi", false);

checkMeshCourantNo =
    pimple.dict().getOrDefault("checkMeshCourantNo", false);

moveMeshOuterCorrectors =
    pimple.dict().getOrDefault("moveMeshOuterCorrectors", false);

massFluxInterpolation =
    pimple.dict().getOrDefault("massFluxInterpolation", false);

ddtCorr = pimple.dict().getOrDefault("ddtCorr", true);

adjustFringe =  pimple.dict().getOrDefault("oversetAdjustPhi", false);