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);
11 
12  pimple.readIfPresent("frozenFlow", frozenFlowFluid[i]);
dynamicFvMesh & mesh
List< bool > frozenFlowFluid(fluidRegions.size(), false)
const bool momentumPredictor
const int nNonOrthCorr
const dictionary & pimple