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
Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git]
/
tutorials
/
discreteMethods
/
dsmcFoam
/
supersonicCorner
/
Allrun
blob
b36908112841487e6dd4b3e2f62b06cfb8d0167f
1
#!/bin/sh
2
# Source tutorial run functions
3
.
$WM_PROJECT_DIR
/
bin
/
tools
/
RunFunctions
4
5
runApplication blockMesh
6
runApplication decomposePar
7
runParallel dsmcInitialise
4
8
runParallel dsmcFoam
4
9
runApplication reconstructPar
-noLagrangian
10