00001 # include <finiteVolume/readTimeControls.H> 00002 # include <finiteVolume/readPISOControls.H> 00003 00004 bool correctPhi = true; 00005 if (piso.found("correctPhi")) 00006 { 00007 correctPhi = Switch(piso.lookup("correctPhi")); 00008 } 00009 00010 bool checkMeshCourantNo = false; 00011 if (piso.found("checkMeshCourantNo")) 00012 { 00013 checkMeshCourantNo = Switch(piso.lookup("checkMeshCourantNo")); 00014 } 00015 00016 // ************************ vim: set sw=4 sts=4 et: ************************ //