ENH: snappyHexMeshDict: improved comment

This commit is contained in:
mattijs
2016-06-01 12:52:09 +01:00
parent e8d73e5546
commit 42519734c7

View File

@ -285,14 +285,18 @@ castellatedMeshControls
// after refinement. // after refinement.
// //
// There are two different ways of specifying the regions to keep: // 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. // 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 // or
// //
// 2. multiple locationsInMesh, with per location the name of the cellZone. // 2. multiple locationsInMesh, with per location the name of the cellZone.
// This uses walking to determine zones and automatically creates // 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 // Ad 1. Specify a single location and how to treat faces inbetween