Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
a2a6fedf
Commit
a2a6fedf
authored
Sep 25, 2016
by
Henry Weller
Browse files
blockMesh::blockDescriptor: Added block indexing description
parent
1649b57a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mesh/blockMesh/blockDescriptor/blockDescriptor.H
View file @
a2a6fedf
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment