fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / icoDyMFoam / movingBlockRBF / constant / polyMesh / blockMeshDict
blob5acfcc448cecaf990aa4e5a86915d7749d4070b5
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
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     // Back
22     (-12.5 -12.5 -0.1)
23     (-2.5 -12.5 -0.1)
24     (-2.5 -0.5 -0.1)
25     (-12.5 -0.5 -0.1)
27     (2.5 -12.5 -0.1)
28     (2.5 -0.5 -0.1)
30     (12.5 -12.5 -0.1)
31     (12.5 -0.5 -0.1)
33     (12.5 0.5 -0.1)
34     (2.5 0.5 -0.1)
36     (12.5 12.5 -0.1)
37     (2.5 12.5 -0.1)
39     (-2.5 0.5 -0.1)
40     (-2.5 12.5 -0.1)
42     (-12.5 0.5 -0.1)
43     (-12.5 12.5 -0.1)
45     // Front
46     (-12.5 -12.5 0.1)
47     (-2.5 -12.5 0.1)
48     (-2.5 -0.5 0.1)
49     (-12.5 -0.5 0.1)
51     (2.5 -12.5 0.1)
52     (2.5 -0.5 0.1)
54     (12.5 -12.5 0.1)
55     (12.5 -0.5 0.1)
57     (12.5 0.5 0.1)
58     (2.5 0.5 0.1)
60     (12.5 12.5 0.1)
61     (2.5 12.5 0.1)
63     (-2.5 0.5 0.1)
64     (-2.5 12.5 0.1)
66     (-12.5 0.5 0.1)
67     (-12.5 12.5 0.1)
71 blocks
73     hex (0 1 2 3 16 17 18 19) (10 12 1) simpleGrading (1 1 1)
74     hex (1 4 5 2 17 20 21 18) (5 12 1) simpleGrading (1 1 1)
75     hex (4 6 7 5 20 22 23 21) (10 12 1) simpleGrading (1 1 1)
76     hex (5 7 8 9 21 23 24 25) (10 1 1) simpleGrading (1 1 1)
77     hex (9 8 10 11 25 24 26 27) (10 12 1) simpleGrading (1 1 1)
78     hex (12 9 11 13 28 25 27 29) (5 12 1) simpleGrading (1 1 1)
79     hex (14 12 13 15 30 28 29 31) (10 12 1) simpleGrading (1 1 1)
80     hex (3 2 12 14 19 18 28 30) (10 1 1) simpleGrading (1 1 1)
83 edges
87 patches
89     wall block
90     (
91         (2 5 21 18)
92         (5 21 25 9)
93         (9 25 28 12)
94         (12 28 18 2)
95     )
97     patch top
98     (
99         (15 13 29 31)
100         (13 11 27 29)
101         (11 10 26 27)
102     )
104     wall bottom
105     (
106         (0 1 17 16)
107         (1 4 20 17)
108         (4 6 22 20)
109     )
111     wall left
112     (
113         (0 16 19 3)
114         (3 19 30 14)
115         (14 30 31 15)
116     )
118     wall right
119     (
120         (6 22 23 7)
121         (7 23 24 8)
122         (8 24 26 10)
123     )
125     empty frontAndBack
126     (
127         (0 1 2 3)
128         (1 4 5 2)
129         (4 6 7 5)
130         (5 7 8 9)
131         (9 8 10 11)
132         (12 9 11 13)
133         (14 12 13 15)
134         (3 2 12 14)
136         (16 17 18 19)
137         (17 20 21 18)
138         (20 22 23 21)
139         (21 23 24 25)
140         (25 24 26 27)
141         (28 25 27 29)
142         (30 28 29 31)
143         (19 18 28 30)
144     )
148 mergePatchPairs
152 // ************************************************************************* //