TUT: file cleanup

This commit is contained in:
Mark Olesen
2020-01-17 08:11:05 +01:00
parent 596e4aef3f
commit 669f3de327
29 changed files with 38 additions and 2576 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#------------------------------------------------------------------------------
# Meshing
runApplication blockMesh