# include "readTimeControls.H" # include "readPISOControls.H" bool checkMeshCourantNo = false; if (piso.found("checkMeshCourantNo")) { checkMeshCourantNo = Switch(piso.lookup("checkMeshCourantNo")); }