# include "readTimeControls.H"
# include "readPIMPLEControls.H"
correctPhi = false;
if (pimple.found("correctPhi"))
{
correctPhi = Switch(pimple.lookup("correctPhi"));
}
checkMeshCourantNo = false;
if (pimple.found("checkMeshCourantNo"))
checkMeshCourantNo = Switch(pimple.lookup("checkMeshCourantNo"));