From 5cbfe44d6bdf873e566e8a211ef66d0ee9f3f31a Mon Sep 17 00:00:00 2001 From: Kutalmis Bercin Date: Wed, 2 Oct 2019 18:32:13 +0100 Subject: [PATCH] TUT: add Allclean script into bump2D --- tutorials/incompressible/simpleFoam/bump2D/Allclean | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 tutorials/incompressible/simpleFoam/bump2D/Allclean diff --git a/tutorials/incompressible/simpleFoam/bump2D/Allclean b/tutorials/incompressible/simpleFoam/bump2D/Allclean new file mode 100755 index 0000000000..d505d16807 --- /dev/null +++ b/tutorials/incompressible/simpleFoam/bump2D/Allclean @@ -0,0 +1,8 @@ +#!/bin/sh +cd ${0%/*} || exit 1 # Run from this directory +. $WM_PROJECT_DIR/bin/tools/CleanFunctions # Tutorial clean functions + +cleanCase +\rm -f *.png + +#------------------------------------------------------------------------------