diff --git a/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict b/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict index ea80be2c80..8c744e7d84 100644 --- a/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict +++ b/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict @@ -25,6 +25,14 @@ addLayers false; // surface "_ "region. Default is true //singleRegionName false; +// Optional: avoid patch-face merging. Allows mesh to be used for +// refinement/unrefinement +//mergePatchFaces false; // default true + +// Optional: keep zero-sized patches. By default snappyHexMesh filters +// these out. +//keepPatches true; // default false + // Geometry. Definition of all surfaces. All surfaces are of class // searchableSurface. @@ -72,10 +80,6 @@ geometry }; -// Optional: avoid patch-face merging. Allows mesh to be used for -// refinement/unrefinement -//mergePatchFaces off; // default on - // Settings for the castellatedMesh generation. castellatedMeshControls {