Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / multiphase / compressibleInterFoam / les / depthCharge2D / Allrun
blob5fd844dc716a76d9e1fd863c6095de60b8e1316c
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 # Get application name
8 application=`getApplication`
10 runApplication blockMesh
11 cp 0/alpha1.org 0/alpha1
12 cp 0/p_rgh.org 0/p_rgh
13 runApplication setFields
14 runApplication $application
16 # ----------------------------------------------------------------- end-of-file