ENH: badMove: missing directory creation

This commit is contained in:
mattijs 2024-12-12 16:58:49 +00:00
parent 15059f78b8
commit 1401ce02b5
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ rm -rf constant/extendedFeatureEdgeMesh
#- From pointMesh generation
rm -rf constant/pointMesh
rm -f constant/triSurface/blockMesh.obj
rm -rf constant/triSurface
#- From surfaceFeatureExtract
rm -f constant/triSurface/box222.eMesh

View File

@ -6,6 +6,7 @@ cd "${0%/*}" || exit # Run from this directory
#- Generate mesh
runApplication blockMesh
mkdir -p constant/triSurface
runApplication surfaceMeshExtract \
-featureAngle 45 \
-patches '(minX maxY)' \