BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / applications / solvers / multiphase / interFoam / interDyMFoam / readControls.H
blobd4e332ff38e9d2699c0919ef45a1a9edd3769fc1
1     #include "readTimeControls.H"
3     bool correctPhi =
4         pimple.dict().lookupOrDefault<Switch>("correctPhi", true);
5     bool checkMeshCourantNo =
6         pimple.dict().lookupOrDefault<Switch>("checkMeshCourantNo", false);