From b51aaf0464f7f4c0f7396d31a23c8a005134b92d Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Wed, 17 May 2023 14:22:20 +0100 Subject: [PATCH] tutorials/modules/multiRegion/film/VoFToFilm,cylinderVoF: Added Allclean --- tutorials/modules/multiRegion/film/VoFToFilm/Allclean | 9 +++++++++ tutorials/modules/multiRegion/film/cylinderVoF/Allclean | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100755 tutorials/modules/multiRegion/film/VoFToFilm/Allclean create mode 100755 tutorials/modules/multiRegion/film/cylinderVoF/Allclean diff --git a/tutorials/modules/multiRegion/film/VoFToFilm/Allclean b/tutorials/modules/multiRegion/film/VoFToFilm/Allclean new file mode 100755 index 0000000000..170a3cfe1e --- /dev/null +++ b/tutorials/modules/multiRegion/film/VoFToFilm/Allclean @@ -0,0 +1,9 @@ +#!/bin/sh +cd ${0%/*} || exit 1 # Run from this directory + +# Source tutorial clean functions +. $WM_PROJECT_DIR/bin/tools/CleanFunctions + +cleanVoFCase + +#------------------------------------------------------------------------------ diff --git a/tutorials/modules/multiRegion/film/cylinderVoF/Allclean b/tutorials/modules/multiRegion/film/cylinderVoF/Allclean new file mode 100755 index 0000000000..170a3cfe1e --- /dev/null +++ b/tutorials/modules/multiRegion/film/cylinderVoF/Allclean @@ -0,0 +1,9 @@ +#!/bin/sh +cd ${0%/*} || exit 1 # Run from this directory + +# Source tutorial clean functions +. $WM_PROJECT_DIR/bin/tools/CleanFunctions + +cleanVoFCase + +#------------------------------------------------------------------------------