ENH: add directory support for foamCleanTutorials

This commit is contained in:
Mark Olesen
2019-02-23 19:59:04 +01:00
committed by Andrew Heather
parent 5de5ae35ba
commit 33edea3ea4
28 changed files with 93 additions and 54 deletions

View File

@ -2,10 +2,10 @@
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/CleanFunctions # Tutorial clean functions
# Extrude mesh around cylinder
# An extruded mesh around cylinder
(cd cylinderAndBackground && ./Allclean)
# Add background mesh
# The background mesh
(cd cylinderMesh && foamCleanTutorials)
#------------------------------------------------------------------------------