openfoam/tutorials/basic/chtMultiRegionFoam/2DImplicitCyclic/Allrun
2021-08-03 20:08:49 +00:00

11 lines
296 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
runApplication ./Allmesh
# Run
runApplication $(getApplication)
#------------------------------------------------------------------------------