blockMesh: Corrected diagram printed with "-help" to be consistent with the documentation
Resolves bug report https://bugs.openfoam.org/view.php?id=2710
This commit is contained in:
@ -96,17 +96,20 @@ int main(int argc, char *argv[])
|
|||||||
" vertex labels and face labels is shown below.\n"
|
" vertex labels and face labels is shown below.\n"
|
||||||
" For vertex numbering in the sequence 0 to 7 (block, centre):\n"
|
" For vertex numbering in the sequence 0 to 7 (block, centre):\n"
|
||||||
" faces 0 (f0) and 1 are left and right, respectively;\n"
|
" faces 0 (f0) and 1 are left and right, respectively;\n"
|
||||||
" faces 2 and 3 are bottom and top;\n"
|
" faces 2 and 3 are front and back; \n"
|
||||||
" and faces 4 and 5 are front the back:\n"
|
" and faces 4 and 5 are bottom and top::\n"
|
||||||
"\n"
|
"\n"
|
||||||
" 4 ---- 5\n"
|
" 7 ---- 6\n"
|
||||||
" f3 |\\ |\\ f5\n"
|
" f5 |\\ |\\ f3\n"
|
||||||
" | | 7 ---- 6 \\\n"
|
" | | 4 ---- 5 \\\n"
|
||||||
" | 0 |--- 1 | \\\n"
|
" | 3 |--- 2 | \\\n"
|
||||||
" | \\| \\| f4\n"
|
" | \\| \\| f2\n"
|
||||||
" f2 3 ---- 2\n"
|
" f4 0 ---- 1\n"
|
||||||
"\n"
|
"\n"
|
||||||
" f0 ----- f1\n"
|
" Z f0 ----- f1\n"
|
||||||
|
" | Y\n"
|
||||||
|
" | /\n"
|
||||||
|
" O --- X\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
#include "addRegionOption.H"
|
#include "addRegionOption.H"
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -31,16 +31,19 @@ Description
|
|||||||
For a given block, the correspondence between the ordering of vertex labels
|
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
|
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
|
(block, centre): faces 0 (f0) and 1 are left and right, respectively; faces
|
||||||
2 and 3 are front the back; and faces 4 and 5 are bottom and top:
|
2 and 3 are front and back; and faces 4 and 5 are bottom and top:
|
||||||
\verbatim
|
\verbatim
|
||||||
7 ---- 6
|
7 ---- 6
|
||||||
f5 |\ |\ f3
|
f5 |\ |\ f3
|
||||||
| | 4 ---- 5 \
|
| | 4 ---- 5 \
|
||||||
| 3 |--- 2 | \
|
| 3 |--- 2 | \
|
||||||
| \| \| f2
|
| \| \| f2
|
||||||
f4 0 ---- 1
|
f4 0 ---- 1
|
||||||
|
|
||||||
f0 ----- f1
|
Z f0 ----- f1
|
||||||
|
| Y
|
||||||
|
| /
|
||||||
|
O --- X
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
|
|||||||
Reference in New Issue
Block a user