mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: snappyHexMeshDict: improved comment
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user