Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / electromagnetics / mhdFoam / hartmann / Allrun
blobe5a7d9bcc443884322fe526405b9bc65d39ef030
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 runApplication blockMesh
11 runApplication $application
12 runApplication foamCalc components U
13 runApplication sample
15 # ----------------------------------------------------------------- end-of-file