repo.or.cz
/
foam-extend-3.2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing indentation in applications/solvers/solidMechanics
[foam-extend-3.2.git]
/
applications
/
solvers
/
engine
/
turbDyMEngineFoam
/
readControls.H
blob
e4ade269646c22569fbcb67c32db7abcbfb3591b
1
# include "readTimeControls.H"
2
# include "readPISOControls.H"
3
4
bool checkMeshCourantNo = false;
5
if (piso.found("checkMeshCourantNo"))
6
{
7
checkMeshCourantNo = Switch(piso.lookup("checkMeshCourantNo"));
8
}