Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / heatTransfer / buoyantSimpleRadiationFoam / hotRadiationRoomFvDOM / constant / polyMesh / blockMeshDict
blobfc139355fee9ac6d7f85c52a5c0ad4ba1b8dd5c3
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.com                      |
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 boundary
103     box
104     {
105         type wall;
106         faces
107         (
108             ( 6 22 21  5)
109             (10 26 22  6)
110             ( 9 25 26 10)
111             ( 5 21 25  9)
112             (22 26 25 21)
113         );
114     }
115     floor
116     {
117         type wall;
118         faces
119         (
120             ( 1  5  4  0)
121             ( 2  6  5  1)
122             ( 3  7  6  2)
123             ( 5  9  8  4)
124             ( 7 11 10  6)
125             ( 9 13 12  8)
126             (10 14 13  9)
127             (11 15 14 10)
128         );
129     }
130     ceiling
131     {
132         type wall;
133         faces
134         (
135             (33 37 36 32)
136             (34 38 37 33)
137             (35 39 38 34)
138             (37 41 40 36)
139             (38 42 41 37)
140             (39 43 42 38)
141             (41 45 44 40)
142             (42 46 45 41)
143             (43 47 46 42)
144         );
145     }
146     fixedWalls
147     {
148         type wall;
149         faces
150         (
151             ( 1 17 16  0)
152             ( 2 18 17  1)
153             ( 3 19 18  2)
154             (17 33 32 16)
155             (18 34 33 17)
156             (19 35 34 18)
158             ( 7 23 19  3)
159             (11 27 23  7)
160             (15 31 27 11)
161             (23 39 35 19)
162             (27 43 39 23)
163             (31 47 43 27)
165             (14 30 31 15)
166             (13 29 30 14)
167             (12 28 29 13)
168             (30 46 47 31)
169             (29 45 46 30)
170             (28 44 45 29)
172             ( 8 24 28 12)
173             ( 4 20 24  8)
174             ( 0 16 20  4)
175             (24 40 44 28)
176             (20 36 40 24)
177             (16 32 36 20)
178         );
179     }
182 mergePatchPairs
186 // ************************************************************************* //