mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: CleanFunctions refinements
- include constant/faMesh cleanup (cleanFaMesh) as part of standard cleanCase - simplify cleanPolyMesh function to now just warn about old constant/polyMesh/blockMeshDict but not try to remove anything - cleanup cellDist.vtu (decomposePar -dry-run) as well ENH: foamRunTutorials - fallback to Allrun-parallel, Allrun-serial TUT: call m4 with file argument instead of redirected stdin TUT: adjust suffixes on decomposeParDict variants
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
# using Allclean, Allwclean (when present) or regular cleanCase.
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
. ${WM_PROJECT_DIR:?}/bin/tools/CleanFunctions # Tutorial clean functions
|
||||
. "${WM_PROJECT_DIR:?}"/bin/tools/CleanFunctions # Tutorial clean functions
|
||||
|
||||
thisScript="$0"
|
||||
if [ "/${thisScript#/}" != "$thisScript" ]
|
||||
|
||||
Reference in New Issue
Block a user