initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / applications / solvers / multiphase / interDyMFoam / readControls.H
blob3640d73adc6bbe61745f1a3b7ed4dbf4421131f3
1 #   include "readTimeControls.H"
2 #   include "readPISOControls.H"
4     bool correctPhi = true;
5     if (piso.found("correctPhi"))
6     {
7         correctPhi = Switch(piso.lookup("correctPhi"));
8     }
10     bool checkMeshCourantNo = false;
11     if (piso.found("checkMeshCourantNo"))
12     {
13         checkMeshCourantNo = Switch(piso.lookup("checkMeshCourantNo"));
14     }