From a2a6fedf9fccd4253f67c3601dbb0093e92a8f5a Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Sun, 25 Sep 2016 18:38:31 +0100 Subject: [PATCH] blockMesh::blockDescriptor: Added block indexing description --- .../blockMesh/blockDescriptor/blockDescriptor.H | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/mesh/blockMesh/blockDescriptor/blockDescriptor.H b/src/mesh/blockMesh/blockDescriptor/blockDescriptor.H index 37bba39bba..0ff5b1e865 100644 --- a/src/mesh/blockMesh/blockDescriptor/blockDescriptor.H +++ b/src/mesh/blockMesh/blockDescriptor/blockDescriptor.H @@ -28,6 +28,21 @@ Description Takes the description of the block and the list of curved edges and creates a list of points on edges together with the weighting factors + For a given block, the correspondence between the ordering of vertex labels + and face labels is shown below. For vertex numbering in the sequence 0 to 7 + (block, centre): faces 0 (f0) and 1 are left and right, respectively; faces + 2 and 3 are bottom and top; and faces 4 and 5 are front the back: + \verbatim + 4 ---- 5 + f3 |\ |\ f5 + | | 7 ---- 6 \ + | 0 |--- 1 | \ + | \| \| f4 + f2 3 ---- 2 + + f0 ----- f1 + \endverbatim + SourceFiles blockDescriptor.C blockDescriptorEdges.C