BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / incompressible / adjointShapeOptimizationFoam / pitzDaily / constant / polyMesh / blockMeshDict
blob41c1ae54e4019cfb2783b5bdfcce06433d82b618
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.5)
22     (-20.6 3 -0.5)
23     (-20.6 12.7 -0.5)
24     (-20.6 25.4 -0.5)
25     (0 -25.4 -0.5)
26     (0 -5 -0.5)
27     (0 0 -0.5)
28     (0 3 -0.5)
29     (0 12.7 -0.5)
30     (0 25.4 -0.5)
31     (206 -25.4 -0.5)
32     (206 -8.5 -0.5)
33     (206 0 -0.5)
34     (206 6.5 -0.5)
35     (206 17 -0.5)
36     (206 25.4 -0.5)
37     (290 -16.6 -0.5)
38     (290 -6.3 -0.5)
39     (290 0 -0.5)
40     (290 4.5 -0.5)
41     (290 11 -0.5)
42     (290 16.6 -0.5)
43     (-20.6 0 0.5)
44     (-20.6 3 0.5)
45     (-20.6 12.7 0.5)
46     (-20.6 25.4 0.5)
47     (0 -25.4 0.5)
48     (0 -5 0.5)
49     (0 0 0.5)
50     (0 3 0.5)
51     (0 12.7 0.5)
52     (0 25.4 0.5)
53     (206 -25.4 0.5)
54     (206 -8.5 0.5)
55     (206 0 0.5)
56     (206 6.5 0.5)
57     (206 17 0.5)
58     (206 25.4 0.5)
59     (290 -16.6 0.5)
60     (290 -6.3 0.5)
61     (290 0 0.5)
62     (290 4.5 0.5)
63     (290 11 0.5)
64     (290 16.6 0.5)
67 blocks
69     hex (0 6 7 1 22 28 29 23) (18 7 1) simpleGrading (0.5 1.8 1)
70     hex (1 7 8 2 23 29 30 24) (18 10 1) simpleGrading (0.5 4 1)
71     hex (2 8 9 3 24 30 31 25) (18 13 1) simpleGrading (0.5 0.25 1)
72     hex (4 10 11 5 26 32 33 27) (180 18 1) simpleGrading (4 1 1)
73     hex (5 11 12 6 27 33 34 28) (180 9 1) edgeGrading (4 4 4 4 0.5 1 1 0.5 1 1 1 1)
74     hex (6 12 13 7 28 34 35 29) (180 7 1) edgeGrading (4 4 4 4 1.8 1 1 1.8 1 1 1 1)
75     hex (7 13 14 8 29 35 36 30) (180 10 1) edgeGrading (4 4 4 4 4 1 1 4 1 1 1 1)
76     hex (8 14 15 9 30 36 37 31) (180 13 1) simpleGrading (4 0.25 1)
77     hex (10 16 17 11 32 38 39 33) (25 18 1) simpleGrading (2.5 1 1)
78     hex (11 17 18 12 33 39 40 34) (25 9 1) simpleGrading (2.5 1 1)
79     hex (12 18 19 13 34 40 41 35) (25 7 1) simpleGrading (2.5 1 1)
80     hex (13 19 20 14 35 41 42 36) (25 10 1) simpleGrading (2.5 1 1)
81     hex (14 20 21 15 36 42 43 37) (25 13 1) simpleGrading (2.5 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     frontAndBack
135     {
136         type empty;
137         faces
138         (
139             (22 28 29 23)
140             (23 29 30 24)
141             (24 30 31 25)
142             (26 32 33 27)
143             (27 33 34 28)
144             (28 34 35 29)
145             (29 35 36 30)
146             (30 36 37 31)
147             (32 38 39 33)
148             (33 39 40 34)
149             (34 40 41 35)
150             (35 41 42 36)
151             (36 42 43 37)
152             (0 1 7 6)
153             (1 2 8 7)
154             (2 3 9 8)
155             (4 5 11 10)
156             (5 6 12 11)
157             (6 7 13 12)
158             (7 8 14 13)
159             (8 9 15 14)
160             (10 11 17 16)
161             (11 12 18 17)
162             (12 13 19 18)
163             (13 14 20 19)
164             (14 15 21 20)
165         );
166     }
169 mergePatchPairs
173 // ************************************************************************* //