STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / discreteMethods / molecularDynamics / mdFoam / nanoNozzle / constant / polyMesh / blockMeshDict
blob4b7b30b216dbbc3d11036199a6fac4bb5b11bd54
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      blockMeshDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 convertToMeters 3.2e-9;
19 vertices
21         (0 0 0)
22         (3.5 0 0)
23         (3.5 3 0)
24         (0 3 0)
25         (0 0 3)
26         (3.5 0 3)
27         (3.5 3 3)
28         (0 3 3)
29         (7.5 1 0.5)
30         (7.5 2 0.5)
31         (7.5 1 2.5)
32         (7.5 2 2.5)
33         (10 1 0.5)
34         (10 2 0.5)
35         (10 1 2.5)
36         (10 2 2.5)
37         (11.5 0.5 -0.5)
38         (11.5 2.5 -0.5)
39         (11.5 0.5 3.5)
40         (11.5 2.5 3.5)
41         (16 0.5 -0.5)
42         (16 2.5 -0.5)
43         (16 0.5 3.5)
44         (16 2.5 3.5)
47 blocks
49         hex (0 1 2 3 4 5 6 7) sectionA (20 16 16) simpleGrading (1 1 1)
50     hex (1 8 9 2 5 10 11 6) sectionA (20 16 16) simpleGrading (1 1 1)
51         hex (8 12 13 9 10 14 15 11) sectionB (29 16 16) simpleGrading (1 1 1)
52         hex (12 16 17 13 14 18 19 15) sectionC (17 16 16) simpleGrading (1 1 1)
53         hex (16 20 21 17 18 22 23 19) sectionC (20 16 16) simpleGrading (1 1 1)
56 edges
57 ();
59 patches
61         patch
62         sectionAEnd
63         (
64                 (0 4 7 3)
65         )
67         wall
68         sectionCEnd
69         (
70                 (20 21 23 22)
71         )
73         wall
74         front
75         (
76                 (0 1 5 4)
77                 (1 8 10 5)
78                 (8 12 14 10)
79                 (12 16 18 14)
80                 (16 20 22 18)
81         )
83         wall
84         back
85         (
86                 (2 3 7 6)
87                 (2 6 11 9)
88                 (9 11 15 13)
89                 (13 15 19 17)
90                 (17 19 23 21)
91         )
93         wall
94         top
95         (
96                 (4 5 6 7)
97                 (5 10 11 6)
98                 (10 14 15 11)
99                 (14 18 19 15)
100                 (18 22 23 19)
101         )
103         wall
104         bottom
105         (
106                 (0 3 2 1)
107                 (1 2 9 8)
108                 (8 9 13 12)
109                 (12 13 17 16)
110                 (16 17 21 20)
111         )
114 mergePatchPairs
118 // ************************************************************************* //