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