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 unneeded lib dependency from mdInitialise
[foam-extend-3.2.git]
/
applications
/
solvers
/
multiphase
/
twoPhaseEulerFoam
/
readTwoPhaseEulerFoamControls.H
blob
b9563363897d8c09fbc5575e47e9817af43553a7
1
# include "readTimeControls.H"
2
# include "readPISOControls.H"
3
4
int nAlphaCorr(readInt(piso.lookup("nAlphaCorr")));
5
6
Switch correctAlpha(piso.lookup("correctAlpha"));