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
Fix tutorials: surfaceTracking/surfactantFoam/sphereTransport: fix system/faSolution
[OpenFOAM-1.6-ext.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