repo.or.cz
/
OpenFOAM-1.6-ext.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git]
/
tutorials
/
incompressible
/
MRFSimpleFoam
/
mixerVessel2D
/
Allrun
blob
f468c5b3480cf9e7c0b2f8d658bdc713a4883c63
1
#!/bin/sh
2
3
# Source tutorial run functions
4
.
$WM_PROJECT_DIR
/
bin
/
tools
/
RunFunctions
5
6
application
=
"MRFSimpleFoam"
7
8
# Build tutorial app
9
wmake ..
/
$application
10
11
.
/
makeMesh
12
runApplication
$application