ENH: splitMeshRegions now fills in coupling information in directMapped patch.
[OpenFOAM-1.6.x.git] / tutorials / heatTransfer / chtMultiRegionFoam / snappyMultiRegionHeater / system / topAir / changeDictionaryDict
blob629b7e8e23bcfac9cfe09c472447f40cd80c45a0
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      changeDictionaryDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dictionaryReplacement
19     U
20     {
21         internalField   uniform ( 0.01 0 0 );
22         boundaryField
23         {
24             minX
25             {
26                 type            fixedValue;
27                 value           uniform (0.01 0 0);
28             }
29             maxX
30             {
31                 type            inletOutlet;
32                 inletValue      uniform (0 0 0);
33             }
35             maxY
36             {
37                 type            fixedValue;
38                 value           uniform (0 0 0);
39             }
41             minZ
42             {
43                 type            fixedValue;
44                 value           uniform (0 0 0);
45             }
46             maxZ
47             {
48                 type            fixedValue;
49                 value           uniform (0 0 0);
50             }
52             topAir_to_leftSolid
53             {
54                 type            fixedValue;
55                 value           uniform (0 0 0);
57             }
58             topAir_to_heater
59             {
60                 type            fixedValue;
61                 value           uniform (0 0 0);
62             }
63             topAir_to_rightSolid
64             {
65                 type            fixedValue;
66                 value           uniform (0 0 0);
67             }
68         }
69     }
71     T
72     {
73         internalField   uniform 300;
75         boundaryField
76         {
77             maxY
78             {
79                 type            fixedValue;
80                 value           uniform 300;
81             }
82             minX
83             {
84                 type            fixedValue;
85                 value           uniform 300;
86             }
87             maxX
88             {
89                 type            fixedValue;
90                 value           uniform 300;
91             }
92             minZ
93             {
94                 type            fixedValue;
95                 value           uniform 300;
96             }
97             maxZ
98             {
99                 type            fixedValue;
100                 value           uniform 300;
101             }
102             topAir_to_leftSolid
103             {
104                 type            solidWallMixedTemperatureCoupled;
105                 neighbourFieldName T;
106                 K               K;
107                 value           uniform 300;
109             }
110             topAir_to_heater
111             {
112                 type            solidWallMixedTemperatureCoupled;
113                 neighbourFieldName T;
114                 K               K;
115                 value           uniform 300;
116             }
117             topAir_to_rightSolid
118             {
119                 type            solidWallMixedTemperatureCoupled;
120                 neighbourFieldName T;
121                 K               K;
122                 value           uniform 300;
123             }
124         }
125     }
127     epsilon
128     {
129         // Set the value on all bc to non-zero. Not used in simulation
130         // since zeroGradient; only used in initialisation.
131         boundaryField
132         {
133             minX
134             {
135                 type            fixedValue;
136                 value           uniform 0.01;
137             }
138             maxX
139             {
140                 type            zeroGradient;
141                 value           uniform 0.01;
142             }
144             minY
145             {
146                 type            zeroGradient;
147                 value           uniform 0.01;
148             }
149             maxY
150             {
151                 type            zeroGradient;
152                 value           uniform 0.01;
153             }
155             minZ
156             {
157                 type            zeroGradient;
158                 value           uniform 0.01;
159             }
160             maxZ
161             {
162                 type            zeroGradient;
163                 value           uniform 0.01;
164             }
165             topAir_to_leftSolid
166             {
167                 type            zeroGradient;
168                 value           uniform 0.01;
169             }
170             topAir_to_heater
171             {
172                 type            zeroGradient;
173                 value           uniform 0.01;
174             }
175             topAir_to_rightSolid
176             {
177                 type            zeroGradient;
178                 value           uniform 0.01;
179             }
180         }
181     }
183     k
184     {
185         internalField   uniform 0.1;
186         boundaryField
187         {
188             minX
189             {
190                 type            fixedValue;
191                 value           uniform 0.1;
192             }
194             maxX
195             {
196                 type            zeroGradient;
197                 value           uniform 0.1;
198             }
200             maxY
201             {
202                 type            zeroGradient;
203                 value           uniform 0.1;
204             }
206             minZ
207             {
208                 type            zeroGradient;
209                 value           uniform 0.1;
210             }
211             maxZ
212             {
213                 type            zeroGradient;
214                 value           uniform 0.1;
215             }
217             topAir_to_leftSolid
218             {
219                 type            zeroGradient;
220                 value           uniform 0.1;
221             }
222             topAir_to_heater
223             {
224                 type            zeroGradient;
225                 value           uniform 0.1;
226             }
227             topAir_to_rightSolid
228             {
229                 type            zeroGradient;
230                 value           uniform 0.1;
231             }
232         }
233     }
235     p
236     {
237         internalField   uniform 1E5;
239         boundaryField
240         {
241             minX
242             {
243                 type            buoyantPressure;
244                 value           1e5;
245             }
246             maxX
247             {
248                 type            waveTransmissive;
249                 //field           p;
250                 phi             phi;
251                 rho             rho;
252                 psi             psi;
253                 gamma           1.4;    // cp/cv
254                 fieldInf        1e5;
255                 lInf            0.40;   // double length of domain
256                 value           uniform 1e5;
257             }
259             maxY
260             {
261                 type            buoyantPressure;
262                 value           1e5;
263             }
265             minZ
266             {
267                 type            buoyantPressure;
268                 value           1e5;
269             }
270             maxZ
271             {
272                 type            buoyantPressure;
273                 value           1e5;
274             }
276             topAir_to_leftSolid
277             {
278                 type            buoyantPressure;
279                 value           1e5;
280             }
281             topAir_to_heater
282             {
283                 type            buoyantPressure;
284                 value           1e5;
285             }
286             topAir_to_rightSolid
287             {
288                 type            buoyantPressure;
289                 value           1e5;
290             }
291         }
292     }
295 // ************************************************************************* //