Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / incompressible / simpleFoam / mixingPlaneDomADomB / boundary
blob1fc0d18bc0846ca074f53bec1d4cf498931c1961
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       polyBoundaryMesh;
13     location    "2/polyMesh";
14     object      boundary;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     bladeDomB
21     {
22         type            wall;
23         nFaces          176;
24         startFace       49680;
25     }
26     bladeDomA
27     {
28         type            wall;
29         nFaces          176;
30         startFace       49856;
31     }
32     outletDomB
33     {
34         type            patch;
35         nFaces          100;
36         startFace       50032;
37     }
38     inletDomA
39     {
40         type            patch;
41         nFaces          100;
42         startFace       50132;
43     }
44     outletDomA
45     {
46         type            mixingPlane;
47         nFaces          100;
48         startFace       50232;
49         shadowPatch     inletDomB;
50         zone            outletDomAZone;
51         coordinateSystem
52         {
53             type            cylindrical;
54             name            mixingCS;
55             origin          (0 0 0);
56             e1              (1 0 0);
57             e3              (0 0 1);
58             inDegrees       false; //Use radians
59         }
60         ribbonPatch
61         {
62             sweepAxis       Theta;
63             stackAxis       Z;
64             discretisation  bothPatches;
65         }
67     }
68     inletDomB
69     {
70         type            mixingPlane;
71         nFaces          100;
72         startFace       50332;
73         shadowPatch     outletDomA;
74         zone            inletDomBZone;
75     }
76     ggi1DomB
77     {
78         type            ggi;
79         nFaces          128;
80         startFace       50432;
81         shadowPatch     ggi2DomB;
82         zone            ggi1DomBZone;
83         bridgeOverlap   false;
84     }
85     ggi1DomA
86     {
87         type            ggi;
88         nFaces          128;
89         startFace       50560;
90         shadowPatch     ggi2DomA;
91         zone            ggi1DomAZone;
92         bridgeOverlap   false;
93     }
94     ggi2DomB
95     {
96         type            ggi;
97         nFaces          176;
98         startFace       50688;
99         shadowPatch     ggi1DomB;
100         zone            ggi2DomBZone;
101         bridgeOverlap   false;
102     }
103     ggi2DomA
104     {
105         type            ggi;
106         nFaces          176;
107         startFace       50864;
108         shadowPatch     ggi1DomA;
109         zone            ggi2DomAZone;
110         bridgeOverlap   false;
111     }
112     topAndBottom
113     {
114         type            empty;
115         nFaces          50560;
116         startFace       51040;
117     }
118     cyclicDomA
119     {
120         type            cyclic;
121         nFaces          212;
122         startFace       101600;
123         featureCos      0.9;
124         transform       rotational;
125         rotationAxis    (0 0 1);
126         rotationCentre  (0 0 0);
127         rotationAngle   6;
128     }
129     cyclicDomB
130     {
131         type            cyclic;
132         nFaces          188;
133         startFace       101812;
134         featureCos      0.9;
135         transform       rotational;
136         rotationAxis    (0 0 1);
137         rotationCentre  (0 0 0);
138         rotationAngle   6;
139     }
142 // ************************************************************************* //