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
Removed unnecessary return statement
[foam-extend-3.2.git]
/
applications
/
solvers
/
multiphase
/
cavitatingFoam
/
readControls.H
blob
f53e7b9eb1cf63f2ca57abe6b63c441243400647
1
#include "readTimeControls.H"
2
3
scalar maxAcousticCo
4
(
5
readScalar(runTime.controlDict().lookup("maxAcousticCo"))
6
);
7
8
9
#include "readPISOControls.H"