openfoam/tutorials/DNS/dnsFoam/boxTurb16/Allclean
2011-04-28 21:14:13 +01:00

11 lines
248 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/enstrophy
# ----------------------------------------------------------------- end-of-file