From 22ed66c9fff3af247741f9b57748047dcf4bccbe Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 5 Apr 2011 15:53:31 +0100 Subject: [PATCH] ENH: flange/allClean: clean script --- tutorials/mesh/snappyHexMesh/flange/Allclean | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 tutorials/mesh/snappyHexMesh/flange/Allclean diff --git a/tutorials/mesh/snappyHexMesh/flange/Allclean b/tutorials/mesh/snappyHexMesh/flange/Allclean new file mode 100755 index 0000000000..33ed4e7d50 --- /dev/null +++ b/tutorials/mesh/snappyHexMesh/flange/Allclean @@ -0,0 +1,14 @@ +#!/bin/sh +cd ${0%/*} || exit 1 # run from this directory + +# Source tutorial clean functions +. $WM_PROJECT_DIR/bin/tools/CleanFunctions + +rm -f ./*.obj > /dev/null 2>&1 +rm -rf constant/extendedFeatureEdgeMesh > /dev/null 2>&1 +rm -f constant/triSurface/flange.eMesh > /dev/null 2>&1 +rm -f constant/polyMesh/boundary + +cleanCase + +# ----------------------------------------------------------------- end-of-file