fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / icoDyMFoam / turboPassageRotating / constant / polyMesh / blockMeshDict
blobceab436e13d435129c9a293eeecbafca6e4886f9
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 0.01;
19 vertices
21  ( 10.           0.           0.        )
22  ( 10.           0.          10.        )
23  ( 18.           0.           0.        )
24  ( 18.           0.          10.        )
25  ( 20.           0.           0.        )
26  ( 20.           0.          10.        )
27  ( 19.69615506   3.47296355   0.        )
28  ( 19.69615506   3.47296355  10.        )
29  ( 21.66577057   3.82025991   0.        )
30  ( 21.66577057   3.82025991  10.        )
31  ( 29.54423259   5.20944533   0.        )
32  ( 29.54423259   5.20944533  10.        )
33  (  8.66025404   5.           0.        )
34  (  8.66025404   5.          10.        )
35  ( 15.58845727   9.           0.        )
36  ( 15.58845727   9.          10.        )
37  ( 17.32050808  10.           0.        )
38  ( 17.32050808  10.          10.        )
39  ( 15.32088886  12.85575219   0.        )
40  ( 15.32088886  12.85575219  10.        )
41  ( 16.85297775  14.14132741   0.        )
42  ( 16.85297775  14.14132741  10.        )
43  ( 22.98133329  19.28362829   0.        )
44  ( 22.98133329  19.28362829  10.        )
47 blocks
49     hex (0 12 13 1 2 14 15 3  )  (20 10 20) simpleGrading (1 1 1)
50     hex (2 14 15 3 4 16 17 5  )  (20 10 5)  simpleGrading (1 1 1)
51     hex (6 18 19 7 8 20 21 9  )  (20 10 5)  simpleGrading (1 1 1)
52     hex (8 20 21 9 10 22 23 11 ) (20 10 20) simpleGrading (1 1 1)
55 edges
57 arc  0 12 ( 9.65925826  2.58819045  0.        )
58 arc  1 13 (  9.65925826   2.58819045  10.        )
59 arc  2 14 ( 17.38666487   4.65874281   0.        )
60 arc  3 15 ( 17.38666487   4.65874281  10.        )
61 arc  4 16 ( 19.31851653   5.1763809    0.        )
62 arc  5 17 ( 19.31851653   5.1763809   10.        )
63 arc  6 18 ( 19.31851653   5.1763809    0.        )
64 arc  7 19 ( 19.31851653   5.1763809   10.        )
65 arc  8 20 ( 21.25036818   5.69401899   0.        )
66 arc  9 21 ( 21.25036818   5.69401899  10.        )
67 arc  10 22 ( 28.97777479   7.76457135   0.        )
68 arc  11 23 ( 28.97777479   7.76457135  10.        )
71 patches
73     patch inlet
74     (
75         (0 12 13 1)
76     )
77     patch outlet
78     (
79         (10 22 23 11)
80     )
81     wall fixedWalls
82     (
83         (6 18 20 8)
84         (7 19 21 9)
85         (8 20 22 10)
86         (9 21 23 11)
87         (20 22 23 21)
88         (8 10 11 9)
89     )
90     patch movingwalls
91     (
92         (2 14 16 4)
93         (3 15 17 5)
94         (0 12 14 2)
95         (1 13 15 3)
96         (12 14 15 13)
97         (0 2 3 1)
98     )
99     cyclicGgi rotor_cyclic_upper
100     (
101         (14 16 17 15)
102     )
103     cyclicGgi rotor_cyclic_lower
104     (
105         (2 4 5 3)
106     )
107     cyclic stator_cyclics
108     (
109         (6 8 9 7)
110         (18 20 21 19)
111     )
112     overlapGgi interface1
113     (
114         (4 5 17 16)
115     )
116     overlapGgi interface2
117     (
118         (6 7 19 18)
119     )
122 mergePatchPairs
126 // ************************************************************************* //