OpenFOAM
4.1
The OpenFOAM Foundation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
applications
solvers
heatTransfer
chtMultiRegionFoam
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.lookupOrDefault<
int
>(
"nOuterCorrectors"
, 1);
pimple
const dictionary & pimple
Definition:
readPIMPLEControls.H:5
solutionDict
fvSolution solutionDict(runTime)
Generated by
1.8.11