openfoam/tutorials/mesh/cvMesh/flange/Allclean
2011-06-15 14:23:07 +01:00

14 lines
436 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 -r constant/extendedFeatureEdgeMesh constant/internalDelaunayVertices > /dev/null 2>&1
rm constant/triSurface/flange.eMesh > /dev/null 2>&1
rm flange system/cvMeshDict system/controlDict > /dev/null 2>&1
cleanCase
# ----------------------------------------------------------------- end-of-file