FreeFOAM The Cross-Platform CFD Toolkit
readFluidMultiRegionPIMPLEControls.H
Go to the documentation of this file.
1  const dictionary& pimple = mesh.solutionDict().subDict("PIMPLE");
2 
3  int nCorr(readInt(pimple.lookup("nCorrectors")));
4 
6  pimple.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0);
7 
9  pimple.lookupOrDefault<Switch>("momentumPredictor", true);