OpenFOAM-4.x/tutorials/DNS/dnsFoam/boxTurb16/Allrun
2014-12-10 22:40:10 +00:00

15 lines
370 B
Bash
Executable file

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# Get application name
application=`getApplication`
runApplication blockMesh
runApplication boxTurb
runApplication $application
runApplication enstrophy
# ----------------------------------------------------------------- end-of-file