const dictionary& pimple = mesh.solutionDict().subDict("PIMPLE"); const int nCorr = pimple.getOrDefault<int>("nCorrectors", 1); const int nNonOrthCorr = pimple.getOrDefault<int>("nNonOrthogonalCorrectors", 0); const bool momentumPredictor = pimple.getOrDefault("momentumPredictor", true);