openfoam/tutorials/basic/overPotentialFoam/cylinder/Allclean
Kutalmis Bercin 8c03201cd1 TUT: planeChannel: add setTurbulenceFields example
TUT: cylinder: fix the order in Allclean
2022-06-14 13:21:53 +00:00

13 lines
487 B
Bash
Executable File

#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/CleanFunctions # Tutorial clean functions
#------------------------------------------------------------------------------
# An extruded mesh around cylinder
(cd cylinderAndBackground && ./Allclean)
# The background mesh
(cd cylinderMesh && rm -Rf constant && foamCleanTutorials)
#------------------------------------------------------------------------------