mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
17 lines
528 B
C
17 lines
528 B
C
#include "readTimeControls.H"
|
|
|
|
correctPhi = pimple.dict().lookupOrDefault<Switch>("correctPhi", false);
|
|
|
|
checkMeshCourantNo =
|
|
pimple.dict().lookupOrDefault<Switch>("checkMeshCourantNo", false);
|
|
|
|
moveMeshOuterCorrectors =
|
|
pimple.dict().lookupOrDefault<Switch>("moveMeshOuterCorrectors", false);
|
|
|
|
massFluxInterpolation =
|
|
pimple.dict().lookupOrDefault("massFluxInterpolation", false);
|
|
|
|
ddtCorr = pimple.dict().lookupOrDefault("ddtCorr", true);
|
|
|
|
adjustFringe = pimple.dict().lookupOrDefault("oversetAdjustPhi", false);
|