Files
openfoam/tutorials/multiphase/interFoam/RAS/electrostaticDeposition/Allclean
2021-11-24 18:05:58 +00:00

9 lines
340 B
Bash
Executable File

#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/CleanFunctions # Tutorial clean functions
#------------------------------------------------------------------------------
cleanCase0
#------------------------------------------------------------------------------