TUT: generalize scripts for turbulentInflow

This commit is contained in:
Mark Olesen
2019-06-24 12:29:19 +02:00
committed by Andrew Heather
parent 9b0ff60320
commit 49864ba7d7
15 changed files with 277 additions and 288 deletions

View File

@ -1,8 +1,9 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/CleanFunctions # Tutorial clean functions
cleanCase0
\rm -rf results
\rm -rf constant/boundaryData/inlet 2>/dev/null
\rm -rf results 2>/dev/null
#------------------------------------------------------------------------------