FreeFOAM The Cross-Platform CFD Toolkit
readPIMPLEControls.H
Go to the documentation of this file.
1  // We do not have a top-level mesh. Construct the fvSolution for
2  // the runTime instead.
3  fvSolution solutionDict(runTime);
4 
5  const dictionary& pimple = solutionDict.subDict("PIMPLE");
6 
7  int nOuterCorr(readInt(pimple.lookup("nOuterCorrectors")));