Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / compressible / rhoPorousMRFSimpleFoam / angledDuctImplicit / Allrun
blobe51c24da589a43cad82e0ee61b0940f550f0a880
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
4 m4 constant/polyMesh/blockMeshDict.m4 > constant/polyMesh/blockMeshDict
6 # Source tutorial run functions
7 . $WM_PROJECT_DIR/bin/tools/RunFunctions
9 application=`getApplication`
11 runApplication blockMesh
12 runApplication $application
14 # ----------------------------------------------------------------- end-of-file