10 lines
301 B
C
10 lines
301 B
C
#include "readTimeControls.H"
|
|
|
|
correctPhi = pimple.dict().lookupOrDefault<Switch>("correctPhi", true);
|
|
|
|
checkMeshCourantNo =
|
|
pimple.dict().lookupOrDefault<Switch>("checkMeshCourantNo", false);
|
|
|
|
moveMeshOuterCorrectors =
|
|
pimple.dict().lookupOrDefault<Switch>("moveMeshOuterCorrectors", false);
|