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: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git]
/
applications
/
solvers
/
incompressible
/
pimpleFoam
/
pimpleDyMFoam
/
readControls.H
blob
8f48f5d7d437f3796a427ffb6ba4fcae6057801e
1
#include "readTimeControls.H"
2
3
const dictionary& pimpleDict = pimple.dict();
4
5
const bool correctPhi =
6
pimpleDict.lookupOrDefault("correctPhi", false);
7
8
const bool checkMeshCourantNo =
9
pimpleDict.lookupOrDefault("checkMeshCourantNo", false);
10