Merge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.5.x
[OpenFOAM-1.5.x.git] / tutorials / gnemdFoam / Allrun
blob640ecd9bdc14899a37fe41bf908956b6623fa5f3
1 #!/bin/sh
3 # Source tutorial run functions
4 . $WM_PROJECT_DIR/bin/tools/RunFunctions
6 application="gnemdFoam"
8 cd constrictedChannel
9 runApplication blockMesh
10 runApplication molConfig
11 runApplication $application
12 cd ..
14 cd nanoNozzle
15 runApplication blockMesh
17 runApplication decomposePar
18 hostname > system/machines
20 runParallel molConfig 4 system/machines
21 runParallel $application 4 system/machines
23 runApplication reconstructPar
24 cd ..