From a9dc6715ba370d620801870926d65621d0552ec7 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Tue, 17 Dec 2013 12:04:57 +0000
Subject: [PATCH] ENH: snappyHexMeshDict: document new options

---
 .../mesh/generation/snappyHexMesh/snappyHexMeshDict   | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict b/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict
index 87922d974d8..44cdbaeec6d 100644
--- a/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict
+++ b/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict
@@ -410,12 +410,17 @@ addLayersControls
         // Number of smoothing iterations of interior mesh movement direction
         nSmoothNormals 3;
 
+        // Optional: limit the number of steps walking away from the surface.
+        // Default is unlimited.
+        //nMedialAxisIter 10;
+
         // Optional: smooth displacement after medial axis determination.
         // default is 0.
-        nSmoothDisplacement 90;
+        //nSmoothDisplacement 90;
 
-        // Optional: limit the number of steps walking away from the surface
-        nMedialAxisIter 10;
+        // Optional: do not extrude any point where all surrounding faces
+        // have at least one point not extruded. Default is true.
+        //detectExtrusionIsland false;
 
 
     // Mesh shrinking
-- 
GitLab