mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
12
tutorials/mesh/createPatch/multiRegionHeater_autoPatch/Allclean
Executable file
12
tutorials/mesh/createPatch/multiRegionHeater_autoPatch/Allclean
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
cd "${0%/*}" || exit # Run from this directory
|
||||
. ${WM_PROJECT_DIR:?}/bin/tools/CleanFunctions # Tutorial clean functions
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
cleanCase0
|
||||
rm -r constant/bottomSolid/polyMesh
|
||||
rm -r constant/leftSolid/polyMesh
|
||||
rm -r constant/rightSolid/polyMesh
|
||||
rm -r constant/topAir/polyMesh
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user