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