Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / incompressible / MRFSimpleFoam / mixerVessel2D / Allrun
blob9210b03c391f4c2ba98621f6e326e152eda02c28
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
5 # Source tutorial run functions
6 . $WM_PROJECT_DIR/bin/tools/RunFunctions
8 application=`getApplication`
10 ./makeMesh
11 runApplication $application
13 # ----------------------------------------------------------------- end-of-file