openfoam/applications/solvers/multiphase/compressibleInterFoam/compressibleInterDyMFoam/createControls.H

12 lines
217 B
C

#include "createTimeControls.H"
bool correctPhi
(
pimple.dict().lookupOrDefault<Switch>("correctPhi", true)
);
bool checkMeshCourantNo
(
pimple.dict().lookupOrDefault<Switch>("checkMeshCourantNo", false)
);