Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / incompressible / pimpleDyMFoam / movingCone / constant / polyMesh / blockMeshDict
blob06e0543be697534806d6fcca5640778807c2810d
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.001;
19 vertices        
21     (-7.5 0 0)
22     (-7 0 0)
23     (-3.5 0 0)
24     (0 0 0)
25     (-7.5 0.75 -0.0327457)
26     (-7 0.75 -0.0327457)
27     (-3.5 2 -0.0873219)
28     (0 2 -0.0873219)
29     (-7.5 2.5 -0.109152)
30     (-7 2.5 -0.109152)
31     (-3.5 2.5 -0.109152)
32     (0 2.5 -0.109152)
33     (-7.5 0.75 0.0327457)
34     (-7 0.75 0.0327457)
35     (-3.5 2 0.0873219)
36     (0 2 0.0873219)
37     (-7.5 2.5 0.109152)
38     (-7 2.5 0.109152)
39     (-3.5 2.5 0.109152)
40     (0 2.5 0.109152)
43 blocks          
45     hex (0 1 5 4 0 1 13 12) (15 15 1) simpleGrading (1 1 1)
46     hex (2 3 7 6 2 3 15 14) (20 20 1) simpleGrading (2 0.25 1)
47     hex (4 5 9 8 12 13 17 16) (15 15 1) simpleGrading (1 1 1)
48     hex (5 6 10 9 13 14 18 17) (50 15 1) simpleGrading (1 1 1)
49     hex (6 7 11 10 14 15 19 18) (20 15 1) simpleGrading (2 1 1)
52 edges           
56 boundary
58     movingWall
59     {
60         type wall;
61         faces
62         (
63             (1 5 13 1)
64             (5 6 14 13)
65             (2 2 14 6)
66         );
67     }
68     farFieldMoving
69     {
70         type patch;
71         faces
72         (
73             (9 17 18 10)
74         );
75     }
76     fixedWall
77     {
78         type wall;
79         faces
80         (
81             (3 7 15 3)
82             (7 11 19 15)
83         );
84     }
85     axis
86     {
87         type symmetryPlane;
88         faces
89         (
90             (0 1 1 0)
91             (2 3 3 2)
92         );
93     }
94     left
95     {
96         type patch;
97         faces
98         (
99             (0 0 12 4)
100             (4 12 16 8)
101         );
102     }
103     farField
104     {
105         type patch;
106         faces
107         (
108             (8 16 17 9)
109             (10 18 19 11)
110         );
111     }
112     back
113     {
114         type wedge;
115         faces
116         (
117             (0 4 5 1)
118             (2 6 7 3)
119             (4 8 9 5)
120             (5 9 10 6)
121             (6 10 11 7)
122         );
123     }
124     front
125     {
126         type wedge;
127         faces
128         (
129             (0 1 13 12)
130             (2 3 15 14)
131             (12 13 17 16)
132             (13 14 18 17)
133             (14 15 19 18)
134         );
135     }
138 mergePatchPairs
142 // ************************************************************************* //