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
|
#- From pointMesh generation
|
||||||
rm -rf constant/pointMesh
|
rm -rf constant/pointMesh
|
||||||
rm -f constant/triSurface/blockMesh.obj
|
rm -rf constant/triSurface
|
||||||
|
|
||||||
#- From surfaceFeatureExtract
|
#- From surfaceFeatureExtract
|
||||||
rm -f constant/triSurface/box222.eMesh
|
rm -f constant/triSurface/box222.eMesh
|
||||||
|
@ -6,6 +6,7 @@ cd "${0%/*}" || exit # Run from this directory
|
|||||||
#- Generate mesh
|
#- Generate mesh
|
||||||
runApplication blockMesh
|
runApplication blockMesh
|
||||||
|
|
||||||
|
mkdir -p constant/triSurface
|
||||||
runApplication surfaceMeshExtract \
|
runApplication surfaceMeshExtract \
|
||||||
-featureAngle 45 \
|
-featureAngle 45 \
|
||||||
-patches '(minX maxY)' \
|
-patches '(minX maxY)' \
|
||||||
|
Loading…
Reference in New Issue
Block a user