00001 // We do not have a top-level mesh. Construct the fvSolution for 00002 // the runTime instead. 00003 fvSolution solutionDict(runTime); 00004 00005 const dictionary& pimple = solutionDict.subDict("PIMPLE"); 00006 00007 int nOuterCorr(readInt(pimple.lookup("nOuterCorrectors")));