TUT: add Allclean script into bump2D
This commit is contained in:
parent
458738f095
commit
5cbfe44d6b
8
tutorials/incompressible/simpleFoam/bump2D/Allclean
Executable file
8
tutorials/incompressible/simpleFoam/bump2D/Allclean
Executable file
@ -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
|
||||
|
||||
#------------------------------------------------------------------------------
|
Loading…
Reference in New Issue
Block a user