mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add directory support for foamCleanTutorials
This commit is contained in:
committed by
Andrew Heather
parent
5de5ae35ba
commit
33edea3ea4
@ -1,10 +1,10 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # run from this directory
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
# Extrude mesh around cylinder
|
||||
# An extruded mesh around cylinder
|
||||
(cd cylinderAndBackground && ./Allclean)
|
||||
|
||||
# Add background mesh
|
||||
# The background mesh
|
||||
(cd cylinderMesh && foamCleanTutorials)
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -3,6 +3,6 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions # Tutorial clean functions
|
||||
|
||||
removeCase decompressionTankFine
|
||||
foamCleanTutorials cases
|
||||
foamCleanTutorials -self
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user