openfoam/tutorials/mesh/createPatch/TJunctionSwitching_createPatch/Allclean
2024-11-06 20:25:39 +00:00

13 lines
411 B
Bash
Executable File

#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/CleanFunctions # Tutorial clean functions
#------------------------------------------------------------------------------
(cd inlet && cleanCase)
(cd top && cleanCase)
(cd bottom && cleanCase)
cleanCase
#------------------------------------------------------------------------------