openfoam/tutorials/mesh/cvMesh/flange/Allclean
2011-08-09 10:40:44 +01:00

13 lines
356 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
rm -rf constant/extendedFeatureEdgeMesh flange > /dev/null 2>&1
rm -r constant/ccx constant/ccy constant/ccz > /dev/null 2>&1
cleanCase
# ----------------------------------------------------------------- end-of-file