From 85cdd7814331b2a7e21f909cdf07730044802eb5 Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Fri, 15 Sep 2017 14:59:34 +0100 Subject: [PATCH] foamyHexMesh: Corrected surface utility calls in mixerVessel tutorial --- tutorials/mesh/foamyHexMesh/mixerVessel/Allrun-pre | 2 +- .../mixerVessel/constant/triSurface/surfaceProcess.sh | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tutorials/mesh/foamyHexMesh/mixerVessel/Allrun-pre b/tutorials/mesh/foamyHexMesh/mixerVessel/Allrun-pre index 0dd6f8c60..9260273af 100755 --- a/tutorials/mesh/foamyHexMesh/mixerVessel/Allrun-pre +++ b/tutorials/mesh/foamyHexMesh/mixerVessel/Allrun-pre @@ -13,7 +13,7 @@ intersectSurfaces() outputName2=${outputName2%.*} runApplication -s $outputName1:$outputName2 \ - surfaceBooleanFeatures intersection "$@" + surfaceBooleanFeatures "$@" intersection } # Set application name diff --git a/tutorials/mesh/foamyHexMesh/mixerVessel/constant/triSurface/surfaceProcess.sh b/tutorials/mesh/foamyHexMesh/mixerVessel/constant/triSurface/surfaceProcess.sh index 2e97357bc..83f7d16da 100755 --- a/tutorials/mesh/foamyHexMesh/mixerVessel/constant/triSurface/surfaceProcess.sh +++ b/tutorials/mesh/foamyHexMesh/mixerVessel/constant/triSurface/surfaceProcess.sh @@ -12,18 +12,18 @@ surfaceAdd outlet.stl vessel.stl vessel.stl surfaceCheck sparger.stl surfaceAdd gasInlet.stl sparger_0.obj spargerInlet.stl surfaceConvert sparger_1.obj spargerShaft.stl -surfaceOrient -inside spargerInlet.stl "(0 0.1 1)" spargerInlet.stl -surfaceOrient -inside spargerShaft.stl "(0 0.1 -0.1)" spargerShaft.stl +surfaceOrient -inside spargerInlet.stl spargerInlet.stl "(0 0.1 1)" +surfaceOrient -inside spargerShaft.stl spargerShaft.stl "(0 0.1 -0.1)" # Rotating shaft -surfaceOrient -inside shaftRotating.stl "(0 0.1 1)" shaftRotating.stl +surfaceOrient -inside shaftRotating.stl shaftRotating.stl "(0 0.1 1)" # Static shaft -surfaceOrient -inside shaft.stl "(0 0.1 1)" shaft.stl +surfaceOrient -inside shaft.stl shaft.stl "(0 0.1 1)" # Stirrer surfaceSplitByTopology stirrer.stl stirrer.stl -surfaceOrient -inside stirrer.stl "(0 0.1 1)" stirrer.stl +surfaceOrient -inside stirrer.stl stirrer.stl "(0 0.1 1)" mv stirrer_bafflePart_0.stl stirrer_baffles.stl