Files
OpenFOAM-12/tutorials/multiphaseEuler/mixerVessel2D/Allclean
2024-07-02 12:35:03 +01:00

10 lines
251 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
cleanCase && rm -f 0/alpha.map
#------------------------------------------------------------------------------