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"
|
||||
" For vertex numbering in the sequence 0 to 7 (block, centre):\n"
|
||||
" faces 0 (f0) and 1 are left and right, respectively;\n"
|
||||
" faces 2 and 3 are bottom and top;\n"
|
||||
" and faces 4 and 5 are front the back:\n"
|
||||
" faces 2 and 3 are front and back; \n"
|
||||
" and faces 4 and 5 are bottom and top::\n"
|
||||
"\n"
|
||||
" 4 ---- 5\n"
|
||||
" f3 |\\ |\\ f5\n"
|
||||
" | | 7 ---- 6 \\\n"
|
||||
" | 0 |--- 1 | \\\n"
|
||||
" | \\| \\| f4\n"
|
||||
" f2 3 ---- 2\n"
|
||||
" 7 ---- 6\n"
|
||||
" f5 |\\ |\\ f3\n"
|
||||
" | | 4 ---- 5 \\\n"
|
||||
" | 3 |--- 2 | \\\n"
|
||||
" | \\| \\| f2\n"
|
||||
" f4 0 ---- 1\n"
|
||||
"\n"
|
||||
" f0 ----- f1\n"
|
||||
" Z f0 ----- f1\n"
|
||||
" | Y\n"
|
||||
" | /\n"
|
||||
" O --- X\n"
|
||||
);
|
||||
|
||||
#include "addRegionOption.H"
|
||||
|
||||
Reference in New Issue
Block a user