ENH: badMove: missing directory creation
This commit is contained in:
parent
15059f78b8
commit
1401ce02b5
@ -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
|
||||
|
@ -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)' \
|
||||
|
Loading…
Reference in New Issue
Block a user