Loading...
Searching...
No Matches
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]);
List< bool > frozenFlowFluid(fluidRegions.size(), false)
pimpleControl & pimple
dynamicFvMesh & mesh
const bool momentumPredictor