Skip to content
Snippets Groups Projects
Commit 1401ce02 authored by mattijs's avatar mattijs
Browse files

ENH: badMove: missing directory creation

parent 15059f78
1 merge request!722RELEASE: develop branch to master
......@@ -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)' \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment