initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / heatTransfer / buoyantSimpleRadiationFoam / hotRadiationRoom / constant / polyMesh / blockMeshDict
blob4e67bfd893d1236ad447c9cbaa6fa3a04d70a9c3
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://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;
19 vertices
21     ( 0.0  0.0  0.0)
22     ( 0.5  0.0  0.0)
23     ( 1.5  0.0  0.0)
24     (10.0  0.0  0.0)
25     ( 0.0  0.5  0.0)
26     ( 0.5  0.5  0.0)
27     ( 1.5  0.5  0.0)
28     (10.0  0.5  0.0)
29     ( 0.0  1.5  0.0)
30     ( 0.5  1.5  0.0)
31     ( 1.5  1.5  0.0)
32     (10.0  1.5  0.0)
33     ( 0.0  6.0  0.0)
34     ( 0.5  6.0  0.0)
35     ( 1.5  6.0  0.0)
36     (10.0  6.0  0.0)
38     ( 0.0  0.0  0.5)
39     ( 0.5  0.0  0.5)
40     ( 1.5  0.0  0.5)
41     (10.0  0.0  0.5)
42     ( 0.0  0.5  0.5)
43     ( 0.5  0.5  0.5)
44     ( 1.5  0.5  0.5)
45     (10.0  0.5  0.5)
46     ( 0.0  1.5  0.5)
47     ( 0.5  1.5  0.5)
48     ( 1.5  1.5  0.5)
49     (10.0  1.5  0.5)
50     ( 0.0  6.0  0.5)
51     ( 0.5  6.0  0.5)
52     ( 1.5  6.0  0.5)
53     (10.0  6.0  0.5)
55     ( 0.0  0.0  2.0)
56     ( 0.5  0.0  2.0)
57     ( 1.5  0.0  2.0)
58     (10.0  0.0  2.0)
59     ( 0.0  0.5  2.0)
60     ( 0.5  0.5  2.0)
61     ( 1.5  0.5  2.0)
62     (10.0  0.5  2.0)
63     ( 0.0  1.5  2.0)
64     ( 0.5  1.5  2.0)
65     ( 1.5  1.5  2.0)
66     (10.0  1.5  2.0)
67     ( 0.0  6.0  2.0)
68     ( 0.5  6.0  2.0)
69     ( 1.5  6.0  2.0)
70     (10.0  6.0  2.0)
73 blocks
75     hex ( 0  1  5  4 16 17 21 20) ( 5  5  5) simpleGrading (1 1 1)
76     hex ( 1  2  6  5 17 18 22 21) (10  5  5) simpleGrading (1 1 1)
77     hex ( 2  3  7  6 18 19 23 22) (80  5  5) simpleGrading (1 1 1)
78     hex ( 4  5  9  8 20 21 25 24) ( 5 10  5) simpleGrading (1 1 1)
79     hex ( 6  7 11 10 22 23 27 26) (80 10  5) simpleGrading (1 1 1)
80     hex ( 8  9 13 12 24 25 29 28) ( 5 40  5) simpleGrading (1 1 1)
81     hex ( 9 10 14 13 25 26 30 29) (10 40  5) simpleGrading (1 1 1)
82     hex (10 11 15 14 26 27 31 30) (80 40  5) simpleGrading (1 1 1)
84     hex (16 17 21 20 32 33 37 36) ( 5  5 15) simpleGrading (1 1 1)
85     hex (17 18 22 21 33 34 38 37) (10  5 15) simpleGrading (1 1 1)
86     hex (18 19 23 22 34 35 39 38) (80  5 15) simpleGrading (1 1 1)
87     hex (20 21 25 24 36 37 41 40) ( 5 10 15) simpleGrading (1 1 1)
89     hex (21 22 26 25 37 38 42 41) (10 10 15) simpleGrading (1 1 1)
91     hex (22 23 27 26 38 39 43 42) (80 10 15) simpleGrading (1 1 1)
92     hex (24 25 29 28 40 41 45 44) ( 5 40 15) simpleGrading (1 1 1)
93     hex (25 26 30 29 41 42 46 45) (10 40 15) simpleGrading (1 1 1)
94     hex (26 27 31 30 42 43 47 46) (80 40 15) simpleGrading (1 1 1)
97 edges
101 patches
103     wall box
104     (
105         ( 6 22 21  5)
106         (10 26 22  6)
107         ( 9 25 26 10)
108         ( 5 21 25  9)
109         (22 26 25 21)
110     )
111     wall floor
112     (
113         ( 1  5  4  0)
114         ( 2  6  5  1)
115         ( 3  7  6  2)
116         ( 5  9  8  4)
117         ( 7 11 10  6)
118         ( 9 13 12  8)
119         (10 14 13  9)
120         (11 15 14 10)
121     )
122     wall ceiling
123     (
124         (33 37 36 32)
125         (34     38 37 33)
126         (35 39 38 34)
127         (37 41 40 36)
128         (38 42 41 37)
129         (39 43 42 38)
130         (41 45 44 40)
131         (42 46 45 41)
132         (43 47 46 42)
133     )
134     wall fixedWalls
135     (
136         ( 1 17 16  0)
137         ( 2 18 17  1)
138         ( 3 19 18  2)
139         (17 33 32 16)
140         (18 34 33 17)
141         (19 35 34 18)
143         ( 7 23 19  3)
144         (11 27 23  7)
145         (15 31 27 11)
146         (23 39 35 19)
147         (27 43 39 23)
148         (31 47 43 27)
150         (14 30 31 15)
151         (13 29 30 14)
152         (12 28 29 13)
153         (30 46 47 31)
154         (29 45 46 30)
155         (28 44 45 29)
157         ( 8 24 28 12)
158         ( 4 20 24  8)
159         ( 0 16 20  4)
160         (24 40 44 28)
161         (20 36 40 24)
162         (16 32 36 20)
163     )
166 mergePatchPairs
170 // ************************************************************************* //