readFluidMultiRegionPIMPLEControls.H
Go to the documentation of this file.
1  const dictionary& pimple = mesh.solutionDict().subDict("PIMPLE");
2 
3  const int nCorr =
4  pimple.lookupOrDefault<int>("nCorrectors", 1);
5 
6  const int nNonOrthCorr =
7  pimple.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0);
8 
9  const bool momentumPredictor =
10  pimple.lookupOrDefault("momentumPredictor", true);
const dictionary & pimple
dynamicFvMesh & mesh