Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.0.x
[OpenFOAM-2.0.x.git] / tutorials / multiphase / twoLiquidMixingFoam / lockExchange / Allrun
blob887344985c0a184737b5ab1f75f0709c953212b1
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
4 # Source tutorial run functions
5 . $WM_PROJECT_DIR/bin/tools/RunFunctions
7 # Set application name
8 application=`getApplication`
10 \rm -rf 0
11 cp -r 0.org 0
13 runApplication blockMesh
14 runApplication setFields
15 runApplication $application
17 # ----------------------------------------------------------------- end-of-file