openfoam/tutorials/multiphase/MRFMultiphaseInterFoam/mixerVessel2D/Allclean
2010-10-07 12:43:39 +01:00

11 lines
259 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 0/alphas > /dev/null 2>&1
# ----------------------------------------------------------------- end-of-file