test/fvMeshTools/cavity: Added Allclean script
This commit is contained in:
11
test/fvMeshTools/cavity/Allclean
Executable file
11
test/fvMeshTools/cavity/Allclean
Executable file
@ -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 -rf EnSight
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user