From d950be041b406d86944d01db1ba430145b8b72ff Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Mon, 20 Jan 2014 12:08:32 +0000
Subject: [PATCH] ENH: mixerVessel: reverted AMI specification

---
 .../mixerVessel/system/createBafflesDict           | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/tutorials/mesh/foamyHexMesh/mixerVessel/system/createBafflesDict b/tutorials/mesh/foamyHexMesh/mixerVessel/system/createBafflesDict
index 877d6154c02..b2dd8749d74 100644
--- a/tutorials/mesh/foamyHexMesh/mixerVessel/system/createBafflesDict
+++ b/tutorials/mesh/foamyHexMesh/mixerVessel/system/createBafflesDict
@@ -81,15 +81,8 @@ baffles
                 matchTolerance  0.0001;
                 neighbourPatch  AMI2;
                 transform       noOrdering;
+                // Switch to zero-gradient for low weights
                 lowWeightCorrection 0.2;
-                // Note: since imperfect meshing around feature edge make
-                // sure to project both sides onto 'proper' geometry to
-                // avoid errors leading to zero weights
-                surface
-                {
-                    type        triSurfaceMesh;
-                    name        rotating.stl;
-                }
             }
 
             slave
@@ -101,11 +94,6 @@ baffles
                 neighbourPatch  AMI1;
                 transform       noOrdering;
                 lowWeightCorrection 0.2;
-                surface
-                {
-                    type        triSurfaceMesh;
-                    name        rotating.stl;
-                }
             }
         }
     }
-- 
GitLab