Loading...
Searching...
No Matches
readFluidMultiRegionPIMPLEControls.H
Go to the documentation of this file.
1 const dictionary& pimpleDict = mesh.solutionDict().subDict("PIMPLE");
2
4 (
5 pimpleDict.getOrDefault<Switch>("faceMomentum", false)
6 );
7
9 (
10 pimpleDict.getOrDefault<int>("nEnergyCorrectors", 1)
11 );
12
13 pimpleDict.readIfPresent("frozenFlow", frozenFlowFluid[i]);
const dictionary & pimpleDict
List< bool > frozenFlowFluid(fluidRegions.size(), false)
Switch faceMomentum(pimpleDict.getOrDefault< Switch >("faceMomentum", false))
int nEnergyCorrectors(pimpleDict.getOrDefault< int >("nEnergyCorrectors", 1))
dynamicFvMesh & mesh