Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / incompressible / SRFSimpleFoam / mixer / constant / polyMesh / blockMeshDict
blob439fe9205eb9588e925b383aaa60ddab8339cd0e
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;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 convertToMeters 0.1;
20 vertices
22       (       0.500        0.000        0.000)
23       (       0.369        0.338        0.000)
24       (       0.338        0.369        0.000)
25       (       0.000        0.500        0.000)
26       (       0.737        0.676        0.000)
27       (       0.074        0.068        0.000)
28       (       0.676        0.737        0.000)
29       (       0.068        0.074        0.000)
30       (       0.000        1.000        0.000)
31       (       1.000        0.000        0.000)
32       (       0.100        0.000        0.000)
33       (       0.000        0.100        0.000)
34       (       0.500        0.000        2.000)
35       (       0.369        0.338        2.000)
36       (       0.338        0.369        2.000)
37       (       0.000        0.500        2.000)
38       (       0.737        0.676        2.000)
39       (       0.074        0.068        2.000)
40       (       0.676        0.737        2.000)
41       (       0.068        0.074        2.000)
42       (       0.000        1.000        2.000)
43       (       1.000        0.000        2.000)
44       (       0.100        0.000        2.000)
45       (       0.000        0.100        2.000)
48 blocks
50       hex (1 0 9 4 13 12 21 16) (10 20 40) simpleGrading (1 1 1)
51       hex (2 1 4 6 14 13 16 18) (2 20 40) simpleGrading (1 1 1)
52       hex (3 2 6 8 15 14 18 20) (10 20 40) simpleGrading (1 1 1)
53       hex (5 10 0 1 17 22 12 13) (10 20 40) simpleGrading (1 1 1)
54       hex (11 7 2 3 23 19 14 15) (10 20 40) simpleGrading (1 1 1)
57 edges
59       arc  0 1 (       0.470        0.171        0.000 )
60       arc  12 13 (       0.470        0.171        2.000 )
61       arc  2 3 (       0.171        0.470        0.000 )
62       arc  14 15 (       0.171        0.470        2.000 )
63       arc  9 4 (       0.940        0.342        0.000 )
64       arc  21 16 (       0.940        0.342        2.000 )
65       arc  5 10 (       0.094        0.034        0.000 )
66       arc  17 22 (       0.094        0.034        2.000 )
67       arc  6 8 (       0.342        0.940        0.000 )
68       arc  18 20 (       0.342        0.940        2.000 )
69       arc  11 7 (       0.034        0.094        0.000 )
70       arc  23 19 (       0.034        0.094        2.000 )
73 boundary
75     inlet
76     {
77         type patch;
78         faces
79         (
80             (13 12 21 16)
81             (14 13 16 18)
82             (15 14 18 20)
83             (17 22 12 13)
84             (23 19 14 15)
85         );
86     }
87     outlet
88     {
89         type patch;
90         faces
91         (
92             (1 4 9 0)
93             (2 6 4 1)
94             (3 8 6 2)
95             (5 1 0 10)
96             (11 3 2 7)
97         );
98     }
99     innerWall
100     {
101         type wall;
102         faces
103         (
104             (2 1 13 14)
105             (5 10 22 17)
106             (5 17 13 1)
107             (11 7 19 23)
108             (7 2 14 19)
109         );
110     }
111     outerWall
112     {
113         type wall;
114         faces
115         (
116             (4 16 21 9)
117             (6 18 16 4)
118             (8 20 18 6)
119         );
120     }
121     cyclic_half0
122     {
123         type cyclic;
124         neighbourPatch cyclic_half1;
125         transform rotational;
126         rotationAxis (0 0 1);
127         rotationCentre (0 0 0);
128         faces
129         (
130             (0 9 21 12)
131             (10 0 12 22)
132         );
133     }
134     cyclic_half1
135     {
136         type cyclic;
137         neighbourPatch cyclic_half0;
138         transform rotational;
139         rotationAxis (0 0 1);
140         rotationCentre (0 0 0);
141         faces
142         (
143             (3 15 20 8)
144             (11 23 15 3)
145         );
146     }
149 mergeMatchPairs
153 // ************************************************************************* //