Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / basic / potentialFoam / pitzDaily / Allrun
blob219e4473de6710f23bf10ff3db7d8d91118a327b
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 application=`getApplication`
9 cp -r 0.org 0 > /dev/null 2>&1
10 runApplication blockMesh
11 runApplication $application
12 runApplication streamFunction
14 # ----------------------------------------------------------------- end-of-file