intersection with triangle plane for miss
[OpenFOAM-1.5.x.git] / tutorials / chtMultiRegionFoam / multiRegionHeater / system / bottomAir / changeDictionaryDict
blob7258aec7b6827eb8c320ae389ed9344e95c23fca
1 FoamFile
3     version         2.0;
4     format          ascii;
6     root            "/home/warhol/chris/foam/chris2.1/run/tutorials/interFoam";
7     case            "damBreak";
8     instance        "system";
9     local           "";
11     class           dictionary;
12     object          changePatchTypeDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dictionaryReplacement
20     U
21     {
22         internalField   uniform (0 0 0);
23         boundaryField
24         {
25             minX
26             {
27                 type            fixedValue;
28                 value           uniform (0 0 0);
29             }
30             maxX
31             {
32                 type            fixedValue;
33                 value           uniform (0 0 0);
34             }
37             bottomAir_to_leftSolid
38             {
39                 type            fixedValue;
40                 value           uniform (0 0 0);
42             }
43             bottomAir_to_heater
44             {
45                 type            fixedValue;
46                 value           uniform (0 0 0);
47             }
48             bottomAir_to_rightSolid
49             {
50                 type            fixedValue;
51                 value           uniform (0 0 0);
52             }
53         }
54     }
58     T
59     {
60         boundaryField
61         {
62             minX
63             {
64                 type            zeroGradient;
65             }
66             bottomAir_to_leftSolid
67             {
68                 type            solidWallMixedTemperatureCoupled;
69                 neighbourRegionName leftSolid;
70                 neighbourPatchName leftSolid_to_bottomAir;
71                 neighbourFieldName T;
72                 K               K;
73                 value           uniform 300;
75             }
76             bottomAir_to_heater
77             {
78                 type            solidWallMixedTemperatureCoupled;
79                 neighbourRegionName heater;
80                 neighbourPatchName heater_to_bottomAir;
81                 neighbourFieldName T;
82                 K               K;
83                 value           uniform 300;
84             }
85             bottomAir_to_rightSolid
86             {
87                 type            solidWallMixedTemperatureCoupled;
88                 neighbourRegionName rightSolid;
89                 neighbourPatchName rightSolid_to_bottomAir;
90                 neighbourFieldName T;
91                 K               K;
92                 value           uniform 300;
93             }
94         }
95     }
98     epsilon
99     {
100         // Set the value on all bc to non-zero. Not used in simulation
101         // since zeroGradient; only used in initialisation.
102         internalField   uniform 0.01;
104         boundaryField
105         {
106             minX
107             {
108                 type            zeroGradient;
109                 value           uniform 0.01;
110             }
111             maxX
112             {
113                 type            zeroGradient;
114                 value           uniform 0.01;
115             }
117             minY
118             {
119                 type            zeroGradient;
120                 value           uniform 0.01;
121             }
122             maxY
123             {
124                 type            zeroGradient;
125                 value           uniform 0.01;
126             }
128             minZ
129             {
130                 type            zeroGradient;
131                 value           uniform 0.01;
132             }
133             maxZ
134             {
135                 type            zeroGradient;
136                 value           uniform 0.01;
137             }
139             bottomAir_to_leftSolid
140             {
141                 type            zeroGradient;
142                 value           uniform 0.01;
143             }
144             bottomAir_to_heater
145             {
146                 type            zeroGradient;
147                 value           uniform 0.01;
148             }
149             bottomAir_to_rightSolid
150             {
151                 type            zeroGradient;
152                 value           uniform 0.01;
153             }
154         }
155     }
158     k
159     {
160         internalField   uniform 0.1;
161         boundaryField
162         {
163             minX
164             {
165                 type            zeroGradient;
166                 value           uniform 0.1;
167             }
168             maxX
169             {
170                 type            zeroGradient;
171                 value           uniform 0.1;
172             }
174             minY
175             {
176                 type            zeroGradient;
177                 value           uniform 0.1;
178             }
179             maxY
180             {
181                 type            zeroGradient;
182                 value           uniform 0.1;
183             }
185             minZ
186             {
187                 type            zeroGradient;
188                 value           uniform 0.1;
189             }
190             maxZ
191             {
192                 type            zeroGradient;
193                 value           uniform 0.1;
194             }
196             bottomAir_to_leftSolid
197             {
198                 type            zeroGradient;
199                 value           uniform 0.1;
200             }
201             bottomAir_to_heater
202             {
203                 type            zeroGradient;
204                 value           uniform 0.1;
205             }
206             bottomAir_to_rightSolid
207             {
208                 type            zeroGradient;
209                 value           uniform 0.1;
210             }
211         }
212     }
215     pd
216     {
217         boundaryField
218         {
219             minX
220             {
221                 type            fixedFluxBuoyantPressure;
222                 value           0;
223             }
224             maxX
225             {
226                 type            fixedFluxBuoyantPressure;
227                 value           0;
228             }
229             minY
230             {
231                 type            fixedFluxBuoyantPressure;
232                 value           0;
233             }
234             minZ
235             {
236                 type            fixedFluxBuoyantPressure;
237                 value           0;
238             }
239             maxZ
240             {
241                 type            fixedFluxBuoyantPressure;
242                 value           0;
243             }
244             bottomAir_to_leftSolid
245             {
246                 type            fixedFluxBuoyantPressure;
247                 value           0;
248             }
249             bottomAir_to_heater
250             {
251                 type            fixedFluxBuoyantPressure;
252                 value           0;
253             }
254             bottomAir_to_rightSolid
255             {
256                 type            fixedFluxBuoyantPressure;
257                 value           0;
258             }
259         }
260     }
263     p
264     {
265         internalField   uniform 100000;
266         boundaryField
267         {
268             minX
269             {
270                 type            calculated;
271                 value           uniform 100000;
272             }
273             maxX
274             {
275                 type            calculated;
276                 value           uniform 100000;
277             }
278             minY
279             {
280                 type            calculated;
281                 value           uniform 100000;
282             }
283             minZ
284             {
285                 type            calculated;
286                 value           uniform 100000;
287             }
288             maxZ
289             {
290                 type            calculated;
291                 value           uniform 100000;
292             }
294             bottomAir_to_leftSolid
295             {
296                 type            calculated;
297                 value           uniform 100000;
298             }
299             bottomAir_to_heater
300             {
301                 type            calculated;
302                 value           uniform 100000;
303             }
304             bottomAir_to_rightSolid
305             {
306                 type            calculated;
307                 value           uniform 100000;
308             }
309         }
310     }
313 // ************************************************************************* //