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