openfoam/tutorials/multiphase/interFoam/RAS/DTCHullMoving/Allclean

16 lines
524 B
Bash
Executable File

#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/CleanFunctions # Tutorial clean functions
#------------------------------------------------------------------------------
cleanCase0
rm -f system/topoSetDict
# Remove surface and features
rm -f constant/triSurface/DTC-scaled.stl.gz
rm -f constant/triSurface/DTC-scaled.eMesh
rm -rf constant/extendedFeatureEdgeMesh
#------------------------------------------------------------------------------