1 # include "readTimeControls.H"
2 # include "readPIMPLEControls.H"
4 bool correctPhi = false;
5 if (pimple.found("correctPhi"))
7 correctPhi = Switch(pimple.lookup("correctPhi"));
10 bool checkMeshCourantNo = false;
11 if (pimple.found("checkMeshCourantNo"))
13 checkMeshCourantNo = Switch(pimple.lookup("checkMeshCourantNo"));