Add the OpenFOAM source tree
This commit is contained in:
10
tutorials/multiphase/potentialFreeSurfaceFoam/oscillatingBox/Allclean
Executable file
10
tutorials/multiphase/potentialFreeSurfaceFoam/oscillatingBox/Allclean
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # run from this directory
|
||||
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanCase
|
||||
|
||||
rm -rf 0
|
||||
rm -rf poolHeight poolHeight_vs_time
|
||||
Reference in New Issue
Block a user