openfoam/tutorials/multiphase/interFoam/RAS/angledDuct/Allrun
2016-09-30 11:16:28 +01:00

11 lines
244 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
m4 system/blockMeshDict.m4 > system/blockMeshDict
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
runApplication blockMesh
runApplication $(getApplication)