initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / compressible / sonicFoam / ras / prism / constant / polyMesh / blockMeshDict
blob5422cfc5a63c88eca1c74a3c48a28fa108d920fd
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 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 patches         
90     patch inlet 
91     (
92         (0 22 26 4)
93         (4 26 30 8)
94         (8 30 36 14)
95         (14 36 40 18)
96     )
97     patch outlet 
98     (
99         (3 7 29 25)
100         (7 11 33 29)
101         (11 13 35 33)
102         (13 17 39 35)
103         (17 21 43 39)
104     )
105     patch bottomWall 
106     (
107         (0 1 23 22)
108         (1 2 24 23)
109         (2 3 25 24)
110     )
111     patch topWall 
112     (
113         (18 40 41 19)
114         (19 41 42 20)
115         (20 42 43 21)
116     )
117     wall prismWall 
118     (
119         (12 10 32 34)
120         (12 34 31 9)
121         (9 31 32 10)
122     )
125 mergePatchPairs
129 // ************************************************************************* //