STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / incompressible / simpleFoam / mixingPlaneAxial / constant / polyMesh / blockMeshDict
blob951494c67c12a3c7269cb8263e3cb762e39f3e18
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://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 //Plane A:
22 //Bottom of curved block
23 (0.499999999999998 0.86602540378444 0.0) // Vertex A0 = 0
24 (0.999999999999996 1.73205080756888 0.0) // Vertex A1 = 1
25 (-0.866025403784436 0.500000000000004 0.0) // Vertex A2 = 2
26 (-1.73205080756887 1.00000000000001 0.0) // Vertex A3 = 3
28 //Plane B:
29 //Top of curved block
30 (0.499999999999998 0.86602540378444 0.1) // Vertex B0 = 4
31 (0.999999999999996 1.73205080756888 0.1) // Vertex B1 = 5
32 (-0.866025403784436 0.500000000000004 0.1) // Vertex B2 = 6
33 (-1.73205080756887 1.00000000000001 0.1) // Vertex B3 = 7
35 //Plane A: Bottom of straight block
36 (1.99238939618349 0.174311485495316 0.0) // Vertex B4 = 8
37 (2.98858409427524 0.261467228242975 0.0) // Vertex B5 = 9
38 (1.50941916044554 1.31211805798101 0.0) // Vertex B6 = 10
39 (2.26412874066832 1.96817708697152 0.0) // Vertex B7 = 11
41 //Plane B: Top of straight block
42 (1.99238939618349 0.174311485495316 0.1) // Vertex C0 = 12
43 (2.98858409427524 0.261467228242975 0.1) // Vertex C1 = 13
44 (1.50941916044554 1.31211805798101 0.1) // Vertex C2 = 14
45 (2.26412874066832 1.96817708697152 0.1) // Vertex C3 = 15
49 blocks
51     hex ( 0 1 3 2 4 5 7 6 ) (25 17 1)   simpleGrading (1 1 1.0)
52     hex ( 8 9 11 10 12 13 15 14 ) (25 27 1) simpleGrading (1 1 1.0)
55 edges
57     // --- PLANE A: Bottom of curved block
58     arc  0 2  (-0.25881904510252 0.965925826289069 0.0)
59     arc  1 3  (-0.517638090205039 1.93185165257814 0.0)
61     // --- PLANE B: Top of curved block
62     arc  4 6  (-0.25881904510252 0.965925826289069  0.1)
63     arc  5 7  (-0.517638090205039 1.93185165257814 0.1)
65     // --- PLANE A: Bottom of straight block
66     arc  8 10  (1.84100970690488 0.781462256978547 0.0)
67     arc  9 11  (2.76151456035732 1.17219338546782 0.0)
69     // --- PLANE B: Top of straight block
70     arc  12 14  (1.84100970690488 0.781462256978547 0.1)
71     arc  13 15  (2.76151456035732 1.17219338546782 0.1)
74 patches
76     patch outflow
77     (
78         ( 9 11 15 13 )
79     )
80     patch inflow
81     (
82         ( 0 4 6 2 )
83     )
85     cyclicGgi upstreamPerio1
86     (
87         (8 9 13 12)
88     )
90     cyclicGgi upstreamPerio2
91     (
92         (10 14 15 11)
93     )
95     mixingPlane upstreamMixingPlanePatch
96     (
97         ( 8 12 14 10 )
98     )
100     mixingPlane downstreamMixingPlanePatch
101     (
102         ( 1 3 7 5 )
103     )
105     symmetryPlane downstreamWall
106     (
107         ( 0 2 3 1 )
108         ( 4 5 7 6 )
109     )
111     symmetryPlane upstreamWall
112     (
113         ( 13 15 14 12)
114         (8 10 11 9)
115     )
117     cyclicGgi downstreamPerio1
118     (
119         (0 1 5 4)
120     )
122     cyclicGgi downstreamPerio2
123     (
124         (2 6 7 3)
125     )
129 mergePatchPairs