Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / compressible / sonicFoam / ras / prism / constant / polyMesh / blockMeshDict
blob3033086c7ec5296d860aac24751241a379e56822
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 0.01;
19 vertices        
21     (0 0 0)
22     (24 0 0)
23     (31 0 0)
24     (100 0 0)
25     (0 0.8 0)
26     (24 0.8 0)
27     (31 0.8 0)
28     (100 0.8 0)
29     (0 6 0)
30     (27 6 0)
31     (31 4 0)
32     (100 4 0)
33     (31 8 0)
34     (100 8 0)
35     (0 11.2 0)
36     (24 11.2 0)
37     (31 11.2 0)
38     (100 11.2 0)
39     (0 12 0)
40     (24 12 0)
41     (31 12 0)
42     (100 12 0)
43     (0 0 8)
44     (24 0 8)
45     (31 0 8)
46     (100 0 8)
47     (0 0.8 8)
48     (24 0.8 8)
49     (31 0.8 8)
50     (100 0.8 8)
51     (0 6 8)
52     (27 6 8)
53     (31 4 8)
54     (100 4 8)
55     (31 8 8)
56     (100 8 8)
57     (0 11.2 8)
58     (24 11.2 8)
59     (31 11.2 8)
60     (100 11.2 8)
61     (0 12 8)
62     (24 12 8)
63     (31 12 8)
64     (100 12 8)
67 blocks          
69     hex (0 1 5 4 22 23 27 26) (16 8 1) simpleGrading (0.0526 5.3637 1)
70     hex (4 5 9 8 26 27 31 30) (16 16 1) simpleGrading (0.0526 1 1)
71     hex (5 6 10 9 27 28 32 31) (16 16 1) simpleGrading (1 1 1)
72     hex (1 2 6 5 23 24 28 27) (16 8 1) simpleGrading (1 5.3637 1)
73     hex (2 3 7 6 24 25 29 28) (75 8 1) simpleGrading (7 5.3637 1)
74     hex (6 7 11 10 28 29 33 32) (75 16 1) simpleGrading (7 1 1)
75     hex (10 11 13 12 32 33 35 34) (75 20 1) simpleGrading (7 1 1)
76     hex (12 13 17 16 34 35 39 38) (75 16 1) simpleGrading (7 1 1)
77     hex (16 17 21 20 38 39 43 42) (75 8 1) simpleGrading (7 0.1864 1)
78     hex (15 16 20 19 37 38 42 41) (16 8 1) simpleGrading (1 0.1864 1)
79     hex (9 12 16 15 31 34 38 37) (16 16 1) simpleGrading (1 1 1)
80     hex (8 9 15 14 30 31 37 36) (16 16 1) simpleGrading (0.0526 1 1)
81     hex (14 15 19 18 36 37 41 40) (16 8 1) simpleGrading (0.0526 0.1864 1)
84 edges           
88 boundary
90     inlet
91     {
92         type patch;
93         faces
94         (
95             (0 22 26 4)
96             (4 26 30 8)
97             (8 30 36 14)
98             (14 36 40 18)
99         );
100     }
101     outlet
102     {
103         type patch;
104         faces
105         (
106             (3 7 29 25)
107             (7 11 33 29)
108             (11 13 35 33)
109             (13 17 39 35)
110             (17 21 43 39)
111         );
112     }
113     bottomWall
114     {
115         type patch;
116         faces
117         (
118             (0 1 23 22)
119             (1 2 24 23)
120             (2 3 25 24)
121         );
122     }
123     topWall
124     {
125         type patch;
126         faces
127         (
128             (18 40 41 19)
129             (19 41 42 20)
130             (20 42 43 21)
131         );
132     }
133     prismWall
134     {
135         type wall;
136         faces
137         (
138             (12 10 32 34)
139             (12 34 31 9)
140             (9 31 32 10)
141         );
142     }
145 mergePatchPairs
149 // ************************************************************************* //