From c01101a27550005c3d219b070392288e706f591a Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Fri, 3 Jun 2011 01:45:24 +0100 Subject: [PATCH] ENH: snappyHexMeshDict: show patch type specification --- .../mesh/generation/snappyHexMesh/snappyHexMeshDict | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict b/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict index f99b82edb71..b50a6147132 100644 --- a/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict +++ b/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict @@ -144,6 +144,13 @@ castellatedMeshControls } } + // Optional specification of patch type (default is wall). No + // constraint types (cyclic, symmetry) etc. are allowed. + patchInfo + { + type patch; + } + //- Optional angle to detect small-large cell situation // perpendicular to the surface. Is the angle of face w.r.t. // the local surface normal. Use on flat(ish) surfaces only. -- GitLab