From bd8fcbe8bf3cc8754bc9bb99618b0e1037e2bf39 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 16 Dec 2015 10:38:38 +0000 Subject: [PATCH] BUG: mixerVessel: surfaceBooleanFeatures syntax --- .../mesh/foamyHexMesh/mixerVessel/Allrun-pre | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/tutorials/mesh/foamyHexMesh/mixerVessel/Allrun-pre b/tutorials/mesh/foamyHexMesh/mixerVessel/Allrun-pre index c7461dd223..0ecca31304 100755 --- a/tutorials/mesh/foamyHexMesh/mixerVessel/Allrun-pre +++ b/tutorials/mesh/foamyHexMesh/mixerVessel/Allrun-pre @@ -36,34 +36,34 @@ nProcs=$(getNumberOfProcessors) # Surface intersections intersectSurfaces \ - constant/triSurface/vessel.stl \ - constant/triSurface/spargerShaft.stl \ + vessel.stl \ + spargerShaft.stl \ -perturb intersectSurfaces \ - constant/triSurface/vessel.stl \ - constant/triSurface/shaft.stl \ + vessel.stl \ + shaft.stl \ -perturb intersectSurfaces \ - constant/triSurface/spargerShaft.stl \ - constant/triSurface/spargerInlet.stl \ + spargerShaft.stl \ + spargerInlet.stl \ -perturb intersectSurfaces \ - constant/triSurface/stirrer.stl \ - constant/triSurface/shaftRotating.stl \ + stirrer.stl \ + shaftRotating.stl \ -perturb intersectSurfaces \ - constant/triSurface/stirrer_baffles.stl \ - constant/triSurface/stirrer.stl \ + stirrer_baffles.stl \ + stirrer.stl \ -surf1Baffle \ -perturb intersectSurfaces \ - constant/triSurface/rotating.stl \ - constant/triSurface/shaft.stl \ + rotating.stl \ + shaft.stl \ -surf1Baffle \ -perturb @@ -71,8 +71,8 @@ intersectSurfaces \ for bladeI in $(seq 1 6); do intersectSurfaces \ - constant/triSurface/stirrer_baffles_$bladeI.obj \ - constant/triSurface/stirrer_baffles_plate.obj \ + stirrer_baffles_$bladeI.obj \ + stirrer_baffles_plate.obj \ -surf1Baffle \ -surf2Baffle done