ENH: Time: access to libs
[OpenFOAM-2.0.x.git] / applications / solvers / heatTransfer / chtMultiRegionFoam / readPIMPLEControls.H
blob7405dee8d5ae5a8c9eb1caa8f867526a6eac4823
1     // We do not have a top-level mesh. Construct the fvSolution for
2     // the runTime instead.
3     fvSolution solutionDict(runTime);
5     const dictionary& pimple = solutionDict.subDict("PIMPLE");
7     const int nOuterCorr =
8         pimple.lookupOrDefault<int>("nOuterCorrectors", 1);