Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / heatTransfer / buoyantSimpleFoam / hotRoom / Allrun
blob7b90a31601b62d6edf96a1054830e415e5170500
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 runApplication blockMesh
10 runApplication setFields
11 runApplication $application
13 # ----------------------------------------------------------------- end-of-file