diff --git a/tutorials/modules/multiRegion/film/VoFToFilm/Allclean b/tutorials/modules/multiRegion/film/VoFToFilm/Allclean deleted file mode 100755 index 657ecefef2..0000000000 --- a/tutorials/modules/multiRegion/film/VoFToFilm/Allclean +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -cd ${0%/*} || exit 1 # Run from this directory - -# Source tutorial clean functions -. $WM_PROJECT_DIR/bin/tools/CleanFunctions - -cleanCase - -rm -rf constant/VoF/polyMesh -rm -rf constant/film/polyMesh - -#------------------------------------------------------------------------------ diff --git a/tutorials/modules/multiRegion/film/rivuletBox/Allclean b/tutorials/modules/multiRegion/film/rivuletBox/Allclean deleted file mode 100755 index 2a71c1e034..0000000000 --- a/tutorials/modules/multiRegion/film/rivuletBox/Allclean +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -cd ${0%/*} || exit 1 # Run from this directory - -# Source tutorial clean functions -. $WM_PROJECT_DIR/bin/tools/CleanFunctions - -cleanCase - -rm -rf constant/panel/polyMesh -rm -rf constant/film/polyMesh - -#------------------------------------------------------------------------------ diff --git a/tutorials/modules/multiRegion/film/rivuletPanel/Allclean b/tutorials/modules/multiRegion/film/rivuletPanel/Allclean deleted file mode 100755 index 2a71c1e034..0000000000 --- a/tutorials/modules/multiRegion/film/rivuletPanel/Allclean +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -cd ${0%/*} || exit 1 # Run from this directory - -# Source tutorial clean functions -. $WM_PROJECT_DIR/bin/tools/CleanFunctions - -cleanCase - -rm -rf constant/panel/polyMesh -rm -rf constant/film/polyMesh - -#------------------------------------------------------------------------------