Loading...
Searching...
No Matches
readFluidMultiRegionSIMPLEControls.H
Go to the documentation of this file.
1 const dictionary& simple = fluidRegions[i].solutionDict().subDict("SIMPLE");
2
3 const int nNonOrthCorr =
4 simple.getOrDefault<int>("nNonOrthogonalCorrectors", 0);
5
6 const bool momentumPredictor =
7 simple.getOrDefault("momentumPredictor", true);
8
9 simple.readIfPresent("frozenFlow", frozenFlowFluid[i]);
List< bool > frozenFlowFluid(fluidRegions.size(), false)
PtrList< fvMesh > fluidRegions(fluidNames.size())
const dictionary & simple
const bool momentumPredictor