repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: Time: access to libs
[OpenFOAM-2.0.x.git]
/
applications
/
solvers
/
heatTransfer
/
chtMultiRegionFoam
/
readPIMPLEControls.H
blob
7405dee8d5ae5a8c9eb1caa8f867526a6eac4823
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);