potentialFoam tutorial: updated run and clean scripts

This commit is contained in:
Henry
2011-06-08 12:09:52 +01:00
parent e26e8f1032
commit 3206fe113a
4 changed files with 3 additions and 118 deletions

View File

@ -0,0 +1,11 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
rm -rf 0 > /dev/null 2>&1
cleanCase
# ----------------------------------------------------------------- end-of-file