tutorials: Clean up files from 0 directories
This commit is contained in:
@ -7,7 +7,7 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
# Remove surface
|
||||
rm -f constant/geometry/NACA0012.obj.gz
|
||||
|
||||
cleanCase
|
||||
cleanCase && rm -f 0/Ma
|
||||
|
||||
rm -f constant/geometry/boundaryLayer.obj
|
||||
|
||||
|
||||
@ -7,9 +7,8 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
# Remove surface
|
||||
rm -f constant/geometry/NACA0012.obj.gz
|
||||
|
||||
cleanCase
|
||||
cleanCase && rm -f 0/Ma
|
||||
|
||||
rm -f 0/Ma
|
||||
rm -f constant/geometry/boundaryLayer.obj
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
9
tutorials/fluid/forwardStep/Allclean
Executable file
9
tutorials/fluid/forwardStep/Allclean
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
# Source tutorial clean functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanCase && rm -f 0/Ma
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
9
tutorials/fluid/hotRoomComfort/Allclean
Executable file
9
tutorials/fluid/hotRoomComfort/Allclean
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
# Source tutorial clean functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanCase && rm -f 0/age 0/DR 0/PMV 0/PPD
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
@ -4,8 +4,6 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
# Source tutorial clean functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanCase
|
||||
|
||||
rm -rf *.eps
|
||||
cleanCase && rm -f 0/mag\(U\) *.eps
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -4,6 +4,6 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
# Source tutorial clean functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanVoFCase
|
||||
cleanVoFCase && rm -f 0/VoF/T.*
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
9
tutorials/multiphaseEuler/damBreak4phase/Allclean
Executable file
9
tutorials/multiphaseEuler/damBreak4phase/Allclean
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
# Source tutorial clean functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanCase && rm -f 0/alpha.map
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
9
tutorials/multiphaseEuler/mixerVessel2D/Allclean
Executable file
9
tutorials/multiphaseEuler/mixerVessel2D/Allclean
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
# Source tutorial clean functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanCase && rm -f 0/alpha.map
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
9
tutorials/multiphaseEuler/mixerVessel2DMRF/Allclean
Executable file
9
tutorials/multiphaseEuler/mixerVessel2DMRF/Allclean
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
# Source tutorial clean functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanCase && rm -f 0/alpha.map
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user