ENH: splitMeshRegions now fills in coupling information in directMapped patch.
[OpenFOAM-1.6.x.git] / tutorials / heatTransfer / chtMultiRegionFoam / snappyMultiRegionHeater / system / bottomAir / changeDictionaryDict
blobec4dabc88dc16ee53b967202c7e48de8a91743a6
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 0 0);
22         boundaryField
23         {
24             minX
25             {
26                 type            fixedValue;
27                 value           uniform (0 0 0);
28             }
29             maxX
30             {
31                 type            fixedValue;
32                 value           uniform (0 0 0);
33             }
35             minY
36             {
37                 type            fixedValue;
38                 value           uniform (0 0 0);
39             }
41             minZ
42             {
43                 type            fixedValue;
44                 value           uniform (0 0 0);
45             }
47             maxZ
48             {
49                 type            fixedValue;
50                 value           uniform (0 0 0);
51             }
53             bottomAir_to_leftSolid
54             {
55                 type            fixedValue;
56                 value           uniform (0 0 0);
58             }
59             bottomAir_to_heater
60             {
61                 type            fixedValue;
62                 value           uniform (0 0 0);
63             }
64             bottomAir_to_rightSolid
65             {
66                 type            fixedValue;
67                 value           uniform (0 0 0);
68             }
69         }
70     }
72     T
73     {
74         boundaryField
75         {
76             minX
77             {
78                 type            zeroGradient;
79             }
80             maxX
81             {
82                 type            zeroGradient;
83             }
84             minY
85             {
86                 type            zeroGradient;
87             }
88             minZ
89             {
90                 type            zeroGradient;
91             }
92             maxZ
93             {
94                 type            zeroGradient;
95             }
96             bottomAir_to_leftSolid
97             {
98                 type            solidWallMixedTemperatureCoupled;
99                 neighbourFieldName T;
100                 K               K;
101                 value           uniform 300;
102             }
103             bottomAir_to_heater
104             {
105                 type            solidWallMixedTemperatureCoupled;
106                 neighbourFieldName T;
107                 K               K;
108                 value           uniform 300;
109             }
110             bottomAir_to_rightSolid
111             {
112                 type            solidWallMixedTemperatureCoupled;
113                 neighbourFieldName T;
114                 K               K;
115                 value           uniform 300;
116             }
117         }
118     }
120     epsilon
121     {
122         // Set the value on all bc to non-zero. Not used in simulation
123         // since zeroGradient; only used in initialisation.
124         internalField   uniform 0.01;
126         boundaryField
127         {
128             minX
129             {
130                 type            zeroGradient;
131                 value           uniform 0.01;
132             }
133             maxX
134             {
135                 type            zeroGradient;
136                 value           uniform 0.01;
137             }
139             minY
140             {
141                 type            zeroGradient;
142                 value           uniform 0.01;
143             }
145             minZ
146             {
147                 type            zeroGradient;
148                 value           uniform 0.01;
149             }
150             maxZ
151             {
152                 type            zeroGradient;
153                 value           uniform 0.01;
154             }
156             bottomAir_to_leftSolid
157             {
158                 type            zeroGradient;
159                 value           uniform 0.01;
160             }
161             bottomAir_to_heater
162             {
163                 type            zeroGradient;
164                 value           uniform 0.01;
165             }
166             bottomAir_to_rightSolid
167             {
168                 type            zeroGradient;
169                 value           uniform 0.01;
170             }
171         }
172     }
174     k
175     {
176         internalField   uniform 0.1;
177         boundaryField
178         {
179             minX
180             {
181                 type            zeroGradient;
182                 value           uniform 0.1;
183             }
184             maxX
185             {
186                 type            zeroGradient;
187                 value           uniform 0.1;
188             }
190             minY
191             {
192                 type            zeroGradient;
193                 value           uniform 0.1;
194             }
196             minZ
197             {
198                 type            zeroGradient;
199                 value           uniform 0.1;
200             }
201             maxZ
202             {
203                 type            zeroGradient;
204                 value           uniform 0.1;
205             }
207             bottomAir_to_leftSolid
208             {
209                 type            zeroGradient;
210                 value           uniform 0.1;
211             }
212             bottomAir_to_heater
213             {
214                 type            zeroGradient;
215                 value           uniform 0.1;
216             }
217             bottomAir_to_rightSolid
218             {
219                 type            zeroGradient;
220                 value           uniform 0.1;
221             }
222         }
223     }
225     p
226     {
227         internalField   uniform 1E5;
229         boundaryField
230         {
231             minX
232             {
233                 type            buoyantPressure;
234                 value           1e5;
235             }
236             maxX
237             {
238                 type            buoyantPressure;
239                 value           1e5;
240             }
241             minY
242             {
243                 type            buoyantPressure;
244                 value           1e5;
245             }
246             minZ
247             {
248                 type            buoyantPressure;
249                 value           1e5;
250             }
251             maxZ
252             {
253                 type            buoyantPressure;
254                 value           1e5;
255             }
256             bottomAir_to_leftSolid
257             {
258                 type            buoyantPressure;
259                 value           1e5;
260             }
261             bottomAir_to_heater
262             {
263                 type            buoyantPressure;
264                 value           1e5;
265             }
266             bottomAir_to_rightSolid
267             {
268                 type            buoyantPressure;
269                 value           1e5;
270             }
271         }
272     }
276 // ************************************************************************* //