initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / potentialFoam / cylinder / constant / polyMesh / blockMeshDict
blobbd449662f7b2c191818fbcfe3962902614aa2584
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
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 1;
19 vertices        
21     (0.5 0 -0.5)
22     (1 0 -0.5)
23     (2 0 -0.5)
24     (2 0.707107 -0.5)
25     (0.707107 0.707107 -0.5)
26     (0.353553 0.353553 -0.5)
27     (2 2 -0.5)
28     (0.707107 2 -0.5)
29     (0 2 -0.5)
30     (0 1 -0.5)
31     (0 0.5 -0.5)
32     (-0.5 0 -0.5)
33     (-1 0 -0.5)
34     (-2 0 -0.5)
35     (-2 0.707107 -0.5)
36     (-0.707107 0.707107 -0.5)
37     (-0.353553 0.353553 -0.5)
38     (-2 2 -0.5)
39     (-0.707107 2 -0.5)
40     (0.5 0 0.5)
41     (1 0 0.5)
42     (2 0 0.5)
43     (2 0.707107 0.5)
44     (0.707107 0.707107 0.5)
45     (0.353553 0.353553 0.5)
46     (2 2 0.5)
47     (0.707107 2 0.5)
48     (0 2 0.5)
49     (0 1 0.5)
50     (0 0.5 0.5)
51     (-0.5 0 0.5)
52     (-1 0 0.5)
53     (-2 0 0.5)
54     (-2 0.707107 0.5)
55     (-0.707107 0.707107 0.5)
56     (-0.353553 0.353553 0.5)
57     (-2 2 0.5)
58     (-0.707107 2 0.5)
61 blocks          
63     hex (5 4 9 10 24 23 28 29) (10 10 1) simpleGrading (1 1 1)
64     hex (0 1 4 5 19 20 23 24) (10 10 1) simpleGrading (1 1 1)
65     hex (1 2 3 4 20 21 22 23) (20 10 1) simpleGrading (1 1 1)
66     hex (4 3 6 7 23 22 25 26) (20 20 1) simpleGrading (1 1 1)
67     hex (9 4 7 8 28 23 26 27) (10 20 1) simpleGrading (1 1 1)
68     hex (15 16 10 9 34 35 29 28) (10 10 1) simpleGrading (1 1 1)
69     hex (12 11 16 15 31 30 35 34) (10 10 1) simpleGrading (1 1 1)
70     hex (13 12 15 14 32 31 34 33) (20 10 1) simpleGrading (1 1 1)
71     hex (14 15 18 17 33 34 37 36) (20 20 1) simpleGrading (1 1 1)
72     hex (15 9 8 18 34 28 27 37) (10 20 1) simpleGrading (1 1 1)
75 edges           
77     arc 0 5 (0.469846 0.17101 -0.5)
78     arc 5 10 (0.17101 0.469846 -0.5)
79     arc 1 4 (0.939693 0.34202 -0.5)
80     arc 4 9 (0.34202 0.939693 -0.5)
81     arc 19 24 (0.469846 0.17101 0.5)
82     arc 24 29 (0.17101 0.469846 0.5)
83     arc 20 23 (0.939693 0.34202 0.5)
84     arc 23 28 (0.34202 0.939693 0.5)
85     arc 11 16 (-0.469846 0.17101 -0.5)
86     arc 16 10 (-0.17101 0.469846 -0.5)
87     arc 12 15 (-0.939693 0.34202 -0.5)
88     arc 15 9 (-0.34202 0.939693 -0.5)
89     arc 30 35 (-0.469846 0.17101 0.5)
90     arc 35 29 (-0.17101 0.469846 0.5)
91     arc 31 34 (-0.939693 0.34202 0.5)
92     arc 34 28 (-0.34202 0.939693 0.5)
95 patches         
97     symmetryPlane down 
98     (
99         (0 1 20 19)
100         (1 2 21 20)
101         (12 11 30 31)
102         (13 12 31 32)
103     )
104     patch right 
105     (
106         (2 3 22 21)
107         (3 6 25 22)
108     )
109     symmetryPlane up 
110     (
111         (7 8 27 26)
112         (6 7 26 25)
113         (8 18 37 27)
114         (18 17 36 37)
115     )
116     patch left 
117     (
118         (14 13 32 33)
119         (17 14 33 36)
120     )
121     symmetryPlane cylinder 
122     (
123         (10 5 24 29)
124         (5 0 19 24)
125         (16 10 29 35)
126         (11 16 35 30)
127     )
130 mergePatchPairs
134 // ************************************************************************* //