00001 const dictionary& pimple = mesh.solutionDict().subDict("PIMPLE"); 00002 00003 int nCorr(readInt(pimple.lookup("nCorrectors"))); 00004 00005 int nNonOrthCorr = 00006 pimple.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0); 00007 00008 bool momentumPredictor = 00009 pimple.lookupOrDefault<Switch>("momentumPredictor", true);