Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / combustion / chemFoam / gri / Allrun
blob9296dc6763a05e08e08eee7b99eadff84d103ee1
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 $application
12 (cd validation && ./Allrun)
14 # ----------------------------------------------------------------- end-of-file