From 22275f20b4776e414f66386875766fdbef7ba8b7 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 28 Apr 2011 21:14:48 +0100 Subject: [PATCH] wigleyHull tutorial: add clean-up script --- tutorials/multiphase/LTSInterFoam/wigleyHull/Allclean | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 tutorials/multiphase/LTSInterFoam/wigleyHull/Allclean diff --git a/tutorials/multiphase/LTSInterFoam/wigleyHull/Allclean b/tutorials/multiphase/LTSInterFoam/wigleyHull/Allclean new file mode 100755 index 0000000000..5f6efdd65d --- /dev/null +++ b/tutorials/multiphase/LTSInterFoam/wigleyHull/Allclean @@ -0,0 +1,11 @@ +#!/bin/sh +cd ${0%/*} || exit 1 # run from this directory + +# Source tutorial clean functions +. $WM_PROJECT_DIR/bin/tools/CleanFunctions + +cleanCase +rm 0/alpha1.gz 0/cellLevel.gz 0/pointLevel.gz constant/polyMesh/boundary \ + > /dev/null 2>&1 + +# ----------------------------------------------------------------- end-of-file