diff --git a/tutorials/mesh/moveDynamicMesh/badMove/Allclean b/tutorials/mesh/moveDynamicMesh/badMove/Allclean index 5ef46f9d35..d75d84dc20 100755 --- a/tutorials/mesh/moveDynamicMesh/badMove/Allclean +++ b/tutorials/mesh/moveDynamicMesh/badMove/Allclean @@ -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 diff --git a/tutorials/mesh/moveDynamicMesh/badMove/Allrun b/tutorials/mesh/moveDynamicMesh/badMove/Allrun index e48b35c7fa..d9a8bee1c2 100755 --- a/tutorials/mesh/moveDynamicMesh/badMove/Allrun +++ b/tutorials/mesh/moveDynamicMesh/badMove/Allrun @@ -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)' \