openfoam/tutorials/basic/overLaplacianDyMFoam/heatTransfer/Allclean
Kutalmis Bercin bda695d97a TUT: simplify basic/overLaplacianDyMFoam/heatTransfer
BAKW: ensure bitwise backward compatibility
2020-01-10 09:44:33 +00:00

11 lines
404 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 constant/polyMesh/boundary
rm -f constant/polyMesh/zoneID
#------------------------------------------------------------------------------