Files
openfoam/tutorials/combustion/chemFoam/ic8h18/Allrun
2018-01-17 15:30:49 +00:00

13 lines
323 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
runApplication $(getApplication)
if ! isTest $@
then
(cd validation && ./Allrun $*)
fi
#------------------------------------------------------------------------------