openfoam/tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/Allrun
2013-01-11 12:16:51 +00:00

11 lines
185 B
Bash
Executable File

#!/bin/bash
cd ${0%/*} || exit 1 # run from this directory
./Allrun.pre
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
runApplication $(getApplication)