Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / incompressible / icoDyMFoam / movingConeTopo / constant / polyMesh / blockMeshDict
blob6039b0fa97b9ac3a66b2a51dd302d0ae97a99b6b
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 convertToMeters 0.001;
19 vertices
21     (-7.5 0.001 -4.36609e-03)
22     (-7 0.001 -4.36609e-03)
23     (-3.5 0.001 -4.36609e-03)
24     (0 0.001 -4.36609e-03)
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.001 4.36609e-03)
34     (-7 0.001 4.36609e-03)
35     (-3.5 0.001 4.36609e-03)
36     (0 0.001 4.36609e-03)
37     (-7.5 0.75 0.0327457)
38     (-7 0.75 0.0327457)
39     (-3.5 2 0.0873219)
40     (0 2 0.0873219)
41     (-7.5 2.5 0.109152)
42     (-7 2.5 0.109152)
43     (-3.5 2.5 0.109152)
44     (0 2.5 0.109152)
47 blocks
49     hex (0 1 5 4 12 13 17 16) left (9 9 1) simpleGrading (1 1 1)
50     hex (2 3 7 6 14 15 19 18) right (12 12 1) simpleGrading (2 0.25 1)
51     hex (4 5 9 8 16 17 21 20) left (9 9 1) simpleGrading (1 1 1)
52     hex (5 6 10 9 17 18 22 21) moving (30 9 1) simpleGrading (1 1 1)
53     hex (6 7 11 10 18 19 23 22) right (12 9 1) simpleGrading (2 1 1)
56 edges
60 boundary
62     movingWall
63     {
64         type wall;
65         faces
66         (
67             (1 5 17 13)
68             (5 6 18 17)
69             (2 14 18 6)
70         );
71     }
73     farFieldMoving
74     {
75         type patch;
76         faces
77         (
78             (9 21 22 10)
79         );
80     }
82     fixedWall
83     {
84         type wall;
85         faces
86         (
87             (3 7 19 15)
88             (7 11 23 19)
89         );
90     }
92     axis
93     {
94         type symmetryPlane;
95         faces
96         (
97             (0 1 13 12)
98             (2 3 15 14)
99         );
100     }
102     left
103     {
104         type patch;
105         faces
106         (
107             (0 12 16 4)
108             (4 16 20 8)
109         );
110     }
112     farField
113     {
114         type patch;
115         faces
116         (
117             (8 20 21 9)
118             (10 22 23 11)
119         );
120     }
122     back
123     {
124         type wedge;
125         faces
126         (
127             (0 4 5 1)
128             (2 6 7 3)
129             (4 8 9 5)
130             (5 9 10 6)
131             (6 10 11 7)
132         );
133     }
135     front
136     {
137         type wedge;
138         faces
139         (
140             (12 13 17 16)
141             (14 15 19 18)
142             (16 17 21 20)
143             (17 18 22 21)
144             (18 19 23 22)
145         );
146     }
149 // ************************************************************************* //