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]);
const bool momentumPredictor
const int nNonOrthCorr
List< bool > frozenFlowFluid(fluidRegions.size(), false)
const dictionary & simple
PtrList< fvMesh > fluidRegions(fluidNames.size())