BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / multiphase / cavitatingFoam / les / throttle / constant / polyMesh / blockMeshDict
blob9ed5d5526a536934c280504ca1c75c39d3609ea1
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 1.0e-3;
19 vertices
21     ( 0.00  -2.50  -0.15)
22     ( 5.00  -2.50  -0.15)
23     ( 5.00  -0.15  -0.15)
24     ( 7.00  -0.15  -0.15)
25     ( 7.00  -2.50  -0.15)
26     (17.00  -2.50  -0.15)
27     (17.00  -0.15  -0.15)
28     (17.00   0.15  -0.15)
29     (17.00   2.50  -0.15)
30     ( 7.00   2.50  -0.15)
31     ( 7.00   0.15  -0.15)
32     ( 5.00   0.15  -0.15)
33     ( 5.00   2.50  -0.15)
34     ( 0.00   2.50  -0.15)
35     ( 0.00   0.15  -0.15)
36     ( 0.00  -0.15  -0.15)
38     ( 0.00  -2.50   0.15)
39     ( 5.00  -2.50   0.15)
40     ( 5.00  -0.15   0.15)
41     ( 7.00  -0.15   0.15)
42     ( 7.00  -2.50   0.15)
43     (17.00  -2.50   0.15)
44     (17.00  -0.15   0.15)
45     (17.00   0.15   0.15)
46     (17.00   2.50   0.15)
47     ( 7.00   2.50   0.15)
48     ( 7.00   0.15   0.15)
49     ( 5.00   0.15   0.15)
50     ( 5.00   2.50   0.15)
51     ( 0.00   2.50   0.15)
52     ( 0.00   0.15   0.15)
53     ( 0.00  -0.15   0.15)
56 blocks
58     hex ( 0  1  2 15 16 17 18 31) ( 50 24 1) simpleGrading (1 1 1)
59     hex (15  2 11 14 31 18 27 30) ( 50  3 1) simpleGrading (1 1 1)
60     hex (14 11 12 13 30 27 28 29) ( 50 24 1) simpleGrading (1 1 1)
61     hex ( 2  3 10 11 18 19 26 27) ( 20  3 1) simpleGrading (1 1 1)
62     hex ( 4  5  6  3 20 21 22 19) (100 24 1) simpleGrading (1 1 1)
63     hex ( 3  6  7 10 19 22 23 26) (100  3 1) simpleGrading (1 1 1)
64     hex (10  7  8  9 26 23 24 25) (100 24 1) simpleGrading (1 1 1)
67 edges
71 boundary
73     inlet
74     {
75         type patch;
76         faces
77         (
78             (15  0 16 31)
79             (14 15 31 30)
80             (13 14 30 29)
81         );
82     }
84     outlet
85     {
86         type patch;
87         faces
88         (
89             ( 5  6 22 21)
90             ( 6  7 23 22)
91             ( 7  8 24 23)
92         );
93     }
95     walls
96     {
97         type wall;
98         faces
99         (
100             ( 1  0 16 17)
101             ( 2  1 17 18)
102             ( 3  2 18 19)
103             ( 4  3 19 20)
104             ( 5  4 20 21)
105             ( 9  8 24 25)
106             (10  9 25 26)
107             (11 10 26 27)
108             (12 11 27 28)
109             (13 12 28 29)
110         );
111     }
113     frontBack
114     {
115         type empty;
116         faces
117         (
118             ( 0 15  2  1)
119             (15 14 11  2)
120             (14 13 12 11)
121             ( 2 11 10  3)
122             ( 4  3  6  5)
123             ( 3 10  7  6)
124             (10  9  8  7)
126             (16 17 18 31)
127             (31 18 27 30)
128             (30 27 28 29)
129             (18 19 26 27)
130             (20 21 22 19)
131             (19 22 23 26)
132             (26 23 24 25)
133         );
134     }
137 // ************************************************************************* //