From 42519734c72a12ea64078f1160209b06bfac62cc Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 1 Jun 2016 12:52:09 +0100 Subject: [PATCH] ENH: snappyHexMeshDict: improved comment --- .../mesh/generation/snappyHexMesh/snappyHexMeshDict | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict b/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict index 8c744e7d84..b90dc64d65 100644 --- a/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict +++ b/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict @@ -285,14 +285,18 @@ castellatedMeshControls // after refinement. // // There are two different ways of specifying the regions to keep: - // 1. a single locationInMesh. All the 'zoned' surfaces are marked as such + // 1. a single locationInMesh. This is the unzoned part of the mesh. + // All the 'zoned' surfaces are marked as such // in the refinementSurfaces with the faceZone and cellZone keywords. + // It is illegal to have the locationInMesh inside a surface for which + // a cellZone is specified. // // or // // 2. multiple locationsInMesh, with per location the name of the cellZone. // This uses walking to determine zones and automatically creates - // faceZones on the outside of cellZones. + // faceZones on the outside of cellZones. The special name 'none' is + // used to indicate the unzoned/background part of the mesh. // Ad 1. Specify a single location and how to treat faces inbetween