Build instructions update: Cesare Guardino
[foam-extend-3.2.git] / tutorials / incompressible / pimpleDyMFoam / axialTurbine / system / changeDictionaryDict
blobe59ccff1ce40ff35960cce14fd5d8fe2ad400953
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      changeDictionaryDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dictionaryReplacement
19     boundary
20     {
21         GVINLET
22         {
23             type            patch;
24         }
25         GVCYCLIC1
26         {
27             type            cyclicGgi;
28             shadowPatch     GVCYCLIC2;
29             zone            GVCYCLIC1Zone;
30             bridgeOverlap   false;
31             rotationAxis    (0 0 1);
32             rotationAngle   72;
33             separationOffset (0 0 0);
34         }
35         GVCYCLIC2
36         {
37             type            cyclicGgi;
38             shadowPatch     GVCYCLIC1;
39             zone            GVCYCLIC2Zone;
40             bridgeOverlap   false;
41             rotationAxis    (0 0 1);
42             rotationAngle   -72;
43             separationOffset (0 0 0);
44         }
45         RUCYCLIC1
46         {
47             type            cyclicGgi;
48             shadowPatch     RUCYCLIC2;
49             zone            RUCYCLIC1Zone;
50             bridgeOverlap   false;
51             rotationAxis    (0 0 1);
52             rotationAngle   72;
53             separationOffset (0 0 0);
54         }
55         RUCYCLIC2
56         {
57             type            cyclicGgi;
58             shadowPatch     RUCYCLIC1;
59             zone            RUCYCLIC2Zone;
60             bridgeOverlap   false;
61             rotationAxis    (0 0 1);
62             rotationAngle   -72;
63             separationOffset (0 0 0);
64         }
65         DTCYCLIC1
66         {
67             type            cyclicGgi;
68             shadowPatch     DTCYCLIC2;
69             zone            DTCYCLIC1Zone;
70             bridgeOverlap   false;
71             rotationAxis    (0 0 1);
72             rotationAngle   72;
73             separationOffset (0 0 0);
74         }
75         DTCYCLIC2
76         {
77             type            cyclicGgi;
78             shadowPatch     DTCYCLIC1;
79             zone            DTCYCLIC2Zone;
80             bridgeOverlap   false;
81             rotationAxis    (0 0 1);
82             rotationAngle   -72;
83             separationOffset (0 0 0);
84         }
85         GVOUTLET
86         {
87             type            overlapGgi;
88             shadowPatch     RUINLET;
89             zone            GVOUTLETZone;
90             rotationAxis    ( 0 0 1 );
91             nCopies         5;
92             //bridgeOverlap   false;
93             //type            mixingPlane;
94             //shadowPatch     RUINLET;
95             //zone            GVOUTLETZone;
96             //coordinateSystem
97             //{
98             //    type            cylindrical;
99             //    //name            mixingCS;
100             //    origin          (0 0 0);
101             //    e1              (1 0 0);
102             //    e3              (0 0 1);
103             //}
104             //ribbonPatch
105             //{
106             //    sweepAxis       Theta;
107             //    stackAxis       R;
108             //    discretisation  bothPatches;
109             //}
110         }
111         RUINLET
112         {
113             type            overlapGgi;
114             shadowPatch     GVOUTLET;
115             zone            RUINLETZone;
116             rotationAxis    ( 0 0 1 );
117             nCopies         5;
118             //bridgeOverlap   false;
119             //type            mixingPlane;
120             //shadowPatch     GVOUTLET;
121             //zone            RUINLETZone;
122             //coordinateSystem
123             //{
124             //    type            cylindrical;
125             //    //name            mixingCS;
126             //    origin          (0 0 0);
127             //    e1              (1 0 0);
128             //    e3              (0 0 1);
129             //}
130             //ribbonPatch
131             //{
132             //    sweepAxis       Theta;
133             //    stackAxis       R;
134             //    discretisation  bothPatches;
135             //}
136         }
137         RUOUTLET
138         {
139             type            overlapGgi;
140             shadowPatch     DTINLET;
141             zone            RUOUTLETZone;
142             rotationAxis    ( 0 0 1 );
143             nCopies         5;
144             //bridgeOverlap   false;
145             //type            mixingPlane;
146             //shadowPatch     DTINLET;
147             //zone            RUOUTLETZone;
148             //coordinateSystem
149             //{
150             //    type            cylindrical;
151             //    //name            mixingCS;
152             //    origin          (0 0 0);
153             //    e1              (1 0 0);
154             //    e3              (0 0 1);
155             //}
156             //ribbonPatch
157             //{
158             //    sweepAxis       Theta;
159             //    stackAxis       R;
160             //    discretisation  bothPatches;
161             //}
162         }
163         DTINLET
164         {
165             type            overlapGgi;
166             shadowPatch     RUOUTLET;
167             zone            DTINLETZone;
168             rotationAxis    ( 0 0 1 );
169             nCopies         5;
170             //bridgeOverlap   false;
171             //type            mixingPlane;
172             //shadowPatch     RUOUTLET;
173             //zone            DTINLETZone;
174             //coordinateSystem
175             //{
176             //    type            cylindrical;
177             //    //name            mixingCS;
178             //    origin          (0 0 0);
179             //    e1              (1 0 0);
180             //    e3              (0 0 1);
181             //}
182             //ribbonPatch
183             //{
184             //    sweepAxis       Theta;
185             //    stackAxis       R;
186             //    discretisation  bothPatches;
187             //}
188         }
189         DTOUTLET
190         {
191             type            patch;
192         }
193     }
196 // ************************************************************************* //