00001 # include <finiteVolume/readTimeControls.H> 00002 # include <finiteVolume/readPIMPLEControls.H> 00003 00004 bool correctPhi = false; 00005 if (pimple.found("correctPhi")) 00006 { 00007 correctPhi = Switch(pimple.lookup("correctPhi")); 00008 } 00009 00010 bool checkMeshCourantNo = false; 00011 if (pimple.found("checkMeshCourantNo")) 00012 { 00013 checkMeshCourantNo = Switch(pimple.lookup("checkMeshCourantNo")); 00014 }