repo.or.cz
/
OpenFOAM-1.7.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
twoPhaseEulerFoam:frictionalStressModel/Schaeffer: Correct mut on processor boundaries
[OpenFOAM-1.7.x.git]
/
applications
/
solvers
/
multiphase
/
multiphaseInterFoam
/
Allwmake
blob
6e47f91dd922f2e8ac52df6d835e0e8bc70ef55f
1
#!/bin/sh
2
cd
${0%/*}
||
exit
1
# run from this directory
3
set -x
4
5
wmake libso multiphaseMixture
6
wmake
7
wmake MRFMultiphaseInterFoam
8
9
# ----------------------------------------------------------------- end-of-file