From d9afcb75d383d359dca3a8d8908b5bf6031b6d29 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Mon, 29 Apr 2013 15:21:56 +0100
Subject: [PATCH] ENH: snappyHexMesh: update with code

---
 .../mesh/generation/snappyHexMesh/snappyHexMeshDict          | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict b/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict
index f2a52c2e5b0..4e5b20e4ab0 100644
--- a/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict
+++ b/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict
@@ -222,6 +222,11 @@ castellatedMeshControls
     // are only on the boundary of corresponding cellZones or also allow
     // free-standing zone faces. Not used if there are no faceZones.
     allowFreeStandingZoneFaces true;
+
+
+    // Optional: whether all baffles get eroded away. WIP. Used for
+    // surface simplification.
+    //allowFreeStandingBaffles false;
 }
 
 // Settings for the snapping.
-- 
GitLab