Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / compressible / steadyCompressibleSRFFoam / simpleBlade / constant / polyMesh / blockMeshDict
blobd5b1b1ea4469423c4cc78e2c130aac11ba289155
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      blockMeshDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 // Mesh in centimetres.  HJ, 10/Dec/2009
18 convertToMeters 0.01;
20 vertices
22     // First plane
23     (0 0.86602504 -0.5)
24     (0 0.996195 -0.087155743)
25     (0 0.996195 0.087155743)
26     (0 0.86602504 0.5)
28     (0 4.330127019 -2.5)
29     (0 4.98097349 -0.087155743)
30     (0 4.98097349 0.087155743)
31     (0 4.330127019 2.5)
33     // Second plane
34     (4 0.86602504 -0.5)
35     (4 0.996195 -0.087155743)
36     (4 0.996195 0.087155743)
37     (4 0.86602504 0.5)
39     (4 4.330127019 -2.5)
40     (4 4.98097349 -0.087155743)
41     (4 4.98097349 0.087155743)
42     (4 4.330127019 2.5)
44     // Third plane
45     (7 0.86602504 -0.5)
46     (7 0.996195 -0.087155743)
47     (7 0.996195 0.087155743)
48     (7 0.86602504 0.5)
50     (7 4.330127019 -2.5)
51     (7 4.98097349 -0.087155743)
52     (7 4.98097349 0.087155743)
53     (7 4.330127019 2.5)
55     // Fourth plane
56     (15 0.86602504 -0.5)
57     (15 0.996195 -0.087155743)
58     (15 0.996195 0.087155743)
59     (15 0.86602504 0.5)
61     (15 4.330127019 -2.5)
62     (15 4.98097349 -0.087155743)
63     (15 4.98097349 0.087155743)
64     (15 4.330127019 2.5)
67 blocks
69     // First
70     hex (8 9 13 12 0 1 5 4) (10 10 20) simpleGrading (1 1 4)
71     hex (9 10 14 13 1 2 6 5) (4 10 20) simpleGrading (1 1 4)
72     hex (10 11 15 14 2 3 7 6) (10 10 20) simpleGrading (1 1 4)
74     // Second
75     hex (16 17 21 20 8 9 13 12) (10 10 40) simpleGrading (1 1 1)
76     hex (18 19 23 22 10 11 15 14) (10 10 40) simpleGrading (1 1 1)
78     // Third
79     hex (24 25 29 28 16 17 21 20) (10 10 50) simpleGrading (1 1 0.25)
80     hex (25 26 30 29 17 18 22 21) (4 10 50) simpleGrading (1 1 0.25)
81     hex (26 27 31 30 18 19 23 22) (10 10 50) simpleGrading (1 1 0.25)
84 edges
86     // First
87     arc 0 1 (0 0.965925826 -0.258819045)
88     arc 2 3 (0 0.965925826 0.258819045)
89     arc 4 5 (0 4.829629131 -1.294095225)
90     arc 6 7 (0 4.829629131 1.294095225)
92     // Second
93     arc 8 9 (4 0.965925826 -0.258819045)
94     arc 10 11 (4 0.965925826 0.258819045)
95     arc 12 13 (4 4.829629131 -1.294095225)
96     arc 14 15 (4 4.829629131 1.294095225)
98     // Third
99     arc 16 17 (7 0.965925826 -0.258819045)
100     arc 18 19 (7 0.965925826 0.258819045)
101     arc 20 21 (7 4.829629131 -1.294095225)
102     arc 22 23 (7 4.829629131 1.294095225)
104     // Fourth
105     arc 24 25 (15 0.965925826 -0.258819045)
106     arc 26 27 (15 0.965925826 0.258819045)
107     arc 28 29 (15 4.829629131 -1.294095225)
108     arc 30 31 (15 4.829629131 1.294095225)
111 patches
113     patch inlet
114     (
115         (0 1 5 4)
116         (1 2 6 5)
117         (2 3 7 6)
118     )
120     patch outlet
121     (
122         (24 28 29 25)
123         (25 29 30 26)
124         (26 30 31 27)
125     )
127     wall blade
128     (
129         (9 13 14 10)
130         (10 14 22 18)
131         (17 18 22 21)
132         (9 17 21 13)
133     )
135     wall shaft
136     (
137         (0 8 9 1)
138         (1 9 10 2)
139         (2 10 11 3)
141         (8 16 17 9)
142         (10 18 19 11)
144         (16 24 25 17)
145         (17 25 26 18)
146         (18 26 27 19)
147     )
149     wall shroud
150     (
151         (4 5 13 12)
152         (5 6 14 13)
153         (6 7 15 14)
155         (12 13 21 20)
156         (14 15 23 22)
158         (20 21 29 28)
159         (21 22 30 29)
160         (22 23 31 30)
161     )
163     cyclic frontAndBack
164     (
165         (0 4 12 8)
166         (8 12 20 16)
167         (16 20 28 24)
169         (3 11 15 7)
170         (11 19 23 15)
171         (19 27 31 23)
172     )
175 mergePatchPairs
179 // ************************************************************************* //