OpenFOAM
v2512
The open source CFD toolbox
Loading...
Searching...
No Matches
readPIMPLEControls.H
Go to the documentation of this file.
1
// We do not have a top-level mesh. Construct the fvSolution for
2
// the runTime instead.
3
fvSolution
solutionDict
(
runTime
);
4
5
const
dictionary
&
pimple
=
solutionDict
.subDict(
"PIMPLE"
);
6
7
const
int
nOuterCorr
=
8
pimple
.getOrDefault<
int
>(
"nOuterCorrectors"
, 1);
solutionDict
fvSolution solutionDict(runTime)
pimple
pimpleControl & pimple
Definition
setRegionFluidFields.H:56
runTime
engineTime & runTime
Definition
createEngineTime.H:13
solutionDict
fvSolution solutionDict(runTime)
nOuterCorr
const int nOuterCorr
Definition
readPIMPLEControls.H:7
writeChecksFormatType::dictionary
@ dictionary
Definition
writeMeshChecks.H:4
applications
solvers
heatTransfer
chtMultiRegionFoam
readPIMPLEControls.H
Generated by
1.16.1