Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.0.x
[OpenFOAM-2.0.x.git] / tutorials / combustion / XiFoam / les / pitzDaily3D / constant / polyMesh / blockMeshDict
bloba61b0d9d044033fe819d73cfaedd3266cea26d70
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      blockMeshDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 convertToMeters 0.001;
19 vertices
21     (-20.6 0 0)
22     (-20.6 2 0)
23     (-20.6 12.7 0)
24     (-20.6 25.4 0)
25     (0 -25.4 0)
26     (0 -4 0)
27     (0 0 0)
28     (0 2 0)
29     (0 12.7 0)
30     (0 25.4 0)
31     (206 -25.4 0)
32     (206 -8.5 0)
33     (206 0 0)
34     (206 8.5 0)
35     (206 17 0)
36     (206 25.4 0)
37     (290 -16.6 0)
38     (290 -8.3 0)
39     (290 0 0)
40     (290 5.5 0)
41     (290 11 0)
42     (290 16.6 0)
43     (-20.6 0 38.1)
44     (-20.6 2 38.1)
45     (-20.6 12.7 38.1)
46     (-20.6 25.4 38.1)
47     (0 -25.4 38.1)
48     (0 -4 38.1)
49     (0 0 38.1)
50     (0 2 38.1)
51     (0 12.7 38.1)
52     (0 25.4 38.1)
53     (206 -25.4 38.1)
54     (206 -8.5 38.1)
55     (206 0 38.1)
56     (206 8.5 38.1)
57     (206 17 38.1)
58     (206 25.4 38.1)
59     (290 -16.6 38.1)
60     (290 -8.3 38.1)
61     (290 0 38.1)
62     (290 5.5 38.1)
63     (290 11 38.1)
64     (290 16.6 38.1)
67 blocks
69     hex (0 6 7 1 22 28 29 23) (18 7 20) simpleGrading (1 1 1)
70     hex (1 7 8 2 23 29 30 24) (18 10 20) simpleGrading (1 4 1)
71     hex (2 8 9 3 24 30 31 25) (18 13 20) simpleGrading (1 0.25 1)
72     hex (4 10 11 5 26 32 33 27) (180 18 20) simpleGrading (2 1 1)
73     hex (5 11 12 6 27 33 34 28) (180 9 20) simpleGrading (2 1 1)
74     hex (6 12 13 7 28 34 35 29) (180 7 20) simpleGrading (2 1 1)
75     hex (7 13 14 8 29 35 36 30) (180 10 20) simpleGrading (2 4 1)
76     hex (8 14 15 9 30 36 37 31) (180 13 20) simpleGrading (2 0.25 1)
77     hex (10 16 17 11 32 38 39 33) (25 18 20) simpleGrading (1 1 1)
78     hex (11 17 18 12 33 39 40 34) (25 9 20) simpleGrading (1 1 1)
79     hex (12 18 19 13 34 40 41 35) (25 7 20) simpleGrading (1 1 1)
80     hex (13 19 20 14 35 41 42 36) (25 10 20) simpleGrading (1 4 1)
81     hex (14 20 21 15 36 42 43 37) (25 13 20) simpleGrading (1 0.25 1)
84 edges
88 boundary
90     inlet
91     {
92         type patch;
93         faces
94         (
95             (0 22 23 1)
96             (1 23 24 2)
97             (2 24 25 3)
98         );
99     }
100     outlet
101     {
102         type patch;
103         faces
104         (
105             (16 17 39 38)
106             (17 18 40 39)
107             (18 19 41 40)
108             (19 20 42 41)
109             (20 21 43 42)
110         );
111     }
112     upperWall
113     {
114         type wall;
115         faces
116         (
117             (3 25 31 9)
118             (9 31 37 15)
119             (15 37 43 21)
120         );
121     }
122     lowerWall
123     {
124         type wall;
125         faces
126         (
127             (0 6 28 22)
128             (6 5 27 28)
129             (5 4 26 27)
130             (4 10 32 26)
131             (10 16 38 32)
132         );
133     }
134     front
135     {
136         type cyclic;
137         neighbourPatch back;
138         faces
139         (
140             (22 28 29 23)
141             (23 29 30 24)
142             (24 30 31 25)
143             (26 32 33 27)
144             (27 33 34 28)
145             (28 34 35 29)
146             (29 35 36 30)
147             (30 36 37 31)
148             (32 38 39 33)
149             (33 39 40 34)
150             (34 40 41 35)
151             (35 41 42 36)
152             (36 42 43 37)
153             );
154     }
155     back
156     {
157         type cyclic;
158         neighbourPatch front;
159         faces
160         (
161             (0 1 7 6)
162             (1 2 8 7)
163             (2 3 9 8)
164             (4 5 11 10)
165             (5 6 12 11)
166             (6 7 13 12)
167             (7 8 14 13)
168             (8 9 15 14)
169             (10 11 17 16)
170             (11 12 18 17)
171             (12 13 19 18)
172             (13 14 20 19)
173             (14 15 21 20)
174         );
175     }
178 mergePatchPairs
182 // ************************************************************************* //