Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/ElmerGUI/Application/edf/heatequation.xml
3204 views
1
<?xml version='1.0' encoding='UTF-8'?>
2
<!DOCTYPE edf>
3
<edf version="1.0" >
4
<PDE Name="Heat Equation" >
5
<Name>Heat Equation</Name>
6
7
<Equation>
8
<Parameter Widget="Label">
9
<Name> Options </Name>
10
</Parameter>
11
<Parameter Widget="Combo">
12
<Name> Phase Change Model </Name>
13
<Type> String </Type>
14
<Item Type="Active"> <Name> None </Name> </Item>
15
<Item> <Name> Spatial 1 </Name> </Item>
16
<Item> <Name> Spatial 2 </Name> </Item>
17
<Item> <Name> Temporal </Name> </Item>
18
<Whatis> One of: None, Spatial 1, Spatial 2 and Temporal. Note that when solidification is modelled, the enthalpy-temperature- and viscosity-temperature-curves must be defined in the material section. </Whatis>
19
</Parameter>
20
21
<Parameter Widget="Label" >
22
<Name> Convection </Name>
23
</Parameter>
24
<Parameter Widget="Combo" >
25
<Type> String </Type>
26
<Name> Convection </Name>
27
<Item Type="Active" > <Name> None </Name> </Item> <Item>
28
<Name> Constant </Name>
29
<Activate> /Heat Equation/Equation/Convection Velocity 1 </Activate>
30
<Activate> /Heat Equation/Equation/Convection Velocity 2 </Activate>
31
<Activate> /Heat Equation/Equation/Convection Velocity 3 </Activate>
32
</Item>
33
<Item> <Name> Computed </Name> </Item>
34
</Parameter>
35
<Parameter Widget="Edit" Enabled="False" Visible="False">
36
<Name> Convection Velocity 1</Name>
37
<SifName> Convection velocity 1</SifName>
38
<Whatis> Convection velocity for 'Constant' convection model. Despite its association, may be space and time varying. </Whatis>
39
<StatusTip> Convection velocity </StatusTip>
40
</Parameter>
41
<Parameter Widget="Edit" Enabled="False" Visible="False">
42
<Name> Convection Velocity 2</Name>
43
<SifName> Convection velocity 2</SifName>
44
<Whatis> Convection velocity for 'Constant' convection model. Despite its association, may be space and time varying. </Whatis>
45
46
</Parameter>
47
<Parameter Widget="Edit" Enabled="False" Visible="False">
48
<Name> Convection Velocity 3</Name>
49
<SifName> Convection velocity 3</SifName>
50
<Whatis> Convection velocity for 'Constant' convection model. Despite its association, may be space and time varying. </Whatis>
51
<StatusTip> Convection velocity </StatusTip>
52
</Parameter>
53
54
<Parameter Widget="Label">
55
<Name> Free text input </Name>
56
</Parameter>
57
58
<Parameter Widget="TextEdit" Enabled="True">
59
<Name> Free text </Name>
60
<Type> String </Type>
61
<Whatis> Free text is copied into the Equation-block of the SIF as such. </Whatis>
62
<StatusTip> Free text is copied into the Equation-block of the SIF as such. </StatusTip>
63
</Parameter>
64
</Equation>
65
66
<Solver>
67
<Parameter Widget="Edit" >
68
<Name > Procedure </Name>
69
<DefaultValue> "HeatSolve" "HeatSolver" </DefaultValue>
70
</Parameter>
71
<Parameter Widget="Edit" Enabled="False">
72
<Name> Variable </Name>
73
<DefaultValue> Temperature </DefaultValue>
74
</Parameter>
75
76
77
<Parameter Widget="Label"> <Name>Additional Variables</Name> </Parameter>
78
<Parameter Widget="Edit">
79
<Name> Exported Variable 1 </Name>
80
<Activate> /Heat Equation/Solver/Exported Variable 2</Activate>
81
</Parameter>
82
<Parameter Widget="Edit" Enabled="False" Visible="False">
83
<Name> Exported Variable 2 </Name>
84
<Activate> /Heat Equation/Solver/Exported Variable 3</Activate>
85
</Parameter>
86
<Parameter Widget="Edit" Enabled="False" Visible="False">
87
<Name> Exported Variable 3 </Name>
88
<Activate> /Heat Equation/Solver/Exported Variable 4</Activate>
89
</Parameter>
90
<Parameter Widget="Edit" Enabled="False" Visible="False">
91
<Name> Exported Variable 4 </Name>
92
<Activate> /Heat Equation/Solver/Exported Variable 5</Activate>
93
</Parameter>
94
<Parameter Widget="Edit" Enabled="False" Visible="False">
95
<Name> Exported Variable 5 </Name>
96
</Parameter>
97
98
<Parameter Widget="Label"> <Name> Miscellaneous options </Name> </Parameter>
99
<Parameter Widget="CheckBox">
100
<Name> Calculate Loads </Name>
101
<Whatis> If checked compute boundary reaction forces. </Whatis>
102
</Parameter>
103
104
105
<Parameter Widget="Label">
106
<Name> Radiation Factor computation </Name>
107
<Whatis> In some cases the geometry or the emissivities of the radiation boundaries change. This may require the recomputation of the view factors and Gebhart factors. For that purpose also dynamic computation of the factors is enabled and it is controlled by the keywords below. The radiation factors are also automatically computed, if no files for the factors are given although radiation boundaries exist. </Whatis>
108
</Parameter>
109
<Parameter Widget="CheckBox">
110
<Name> Update View Factors</Name>
111
<Type> Logical </Type>
112
<Whatis> The recomputation of the view factors is activated by setting the value of this flag to True. False is the default. </Whatis>
113
</Parameter>
114
115
<Parameter Widget="CheckBox">
116
<Name> Update Gebhart Factors </Name>
117
<Type> Logical </Type>
118
<Whatis> If the emissivities depend on the solution, the Gebhart factors may need to be recomputed. This is activated by setting giving this flag value True. False is the default. </Whatis>
119
</Parameter>
120
<Parameter Widget="Edit">
121
<Name> Minimum View Factor </Name>
122
<Whatis> This keyword determines the cut-off value under which the view factors are omitted. Neglecting small values will not only save memory but also will make the matrix used for solving the Gabhardt factors less dense. This consequently will enable more efficient sparse matrix strategies in solving the Gebhart factors. The value for this parameter might be of the order 10e-8. </Whatis>
123
</Parameter>
124
<Parameter Widget="Edit">
125
<Name> Minimum Gebhart Factor</Name>
126
<Whatis> The Gebhart factors make part of matrix dense. By neglecting the smallest Gebhart factors the matrix structure for the heat equation may become significantly sparser and thus the solution time may drop. The value for this parameter might also be of the order 10e-8. </Whatis>
127
</Parameter>
128
<Parameter Widget="Edit">
129
<Name> Implicit Gebhart Factor Fraction</Name>
130
<Whatis> In computing heat transfer problems with radiation in an implicit manner, the matrix structure becomes partially filled. This affects the performance of the linear equation solvers and also increases the memory requirements. On the other hand explicit treatment of radiation slows down the convergence significantly. This keyword allows that the largest Gebhart factors are treated in an implicit manner, whereas the smallest are treated explicitly. The value should lie in between zero (fully explicit) and one (fully implicit). </Whatis>
131
</Parameter>
132
<Parameter Widget="CheckBox">
133
<Name> Matrix Topology Fixed</Name>
134
<Type> Logical </Type>
135
<Whatis> If the Gebhart factors change, the matrix structure of the heat equation may also have to be changed, unless this flag is set to False. Then all factors that do not combine with the matrix structure are omitted. </Whatis>
136
</Parameter>
137
<Parameter Widget="Edit">
138
<Name> View Factors Geometry Tolerance</Name>
139
<Whatis> The view factors take a lot of time to compute. Therefore during the iteration a test is performed to check whether the geometry has changed. If the relative maximum change in the coordinate values is less than the value given by this parameter, the view factors are not recomputed and the old values are used. </Whatis>
140
</Parameter>
141
142
<Parameter Widget="Edit">
143
<Name> View Factors Fixed After Iterations </Name>
144
<Type> Integer </Type>
145
<Whatis> Sometimes the iteration changes the geometry of the radiation boundaries as an unwanted sideeffect. Then the geometry on the radiation boundary may be set fixed after some iterations. In practice this is done by adding suitable Dirichlet conditions in the boundary conditions. </Whatis>
146
147
</Parameter>
148
149
<Parameter Widget="CheckBox">
150
<Name>Gebhart Factors Solver Full</Name>
151
<Type> Logical </Type>
152
<Whatis> If the view factor matrix is relatively sparse, it will make sense to use a sparse matrix equation for solving the Gebhart factors. This flag may be used if a full matrix should be desired. </Whatis>
153
</Parameter>
154
<Parameter Widget="CheckBox">
155
<Name> Gebhart Factors Solver Iterative </Name>
156
<Type> Logical </Type>
157
<Whatis> If the Gebhart factors are solved from a sparse matrix equation, also the type of solver may be selected. The default is direct umfpack solver. Sometimes the memory usage may be a problem, or the direct strategy is simply not efficient enough. Then an iterative cgs solver may be used instead. </Whatis>
158
</Parameter>
159
160
<Parameter Widget="Label">
161
<Name> Parameters for 2- and 3D viewfactor computation </Name>
162
</Parameter>
163
164
<Parameter Widget="Edit">
165
<Name> Viewfactor area tolerance </Name>
166
<Whatis> (2D and 3D) Split input elements until areas are under given tolerance. </Whatis>
167
</Parameter>
168
169
<Parameter Widget="Edit">
170
<Name> Viewfactor factor tolerance </Name>
171
<Whatis> (2D and 3D) Split input elements until respective viewfactor is under given tolerance. </Whatis>
172
</Parameter>
173
174
<Parameter Widget="Edit">
175
<Name> Viewfactor number of rays </Name>
176
<Type> Integer </Type>
177
<Whatis> (2D and 3D) The viewfactor computation resolves shading by ray casting. Give number of rays sent for each pair of (possible subdivided) elements when trying to determine if the view is blocked. If all rays pass between the pair of elements and area and factor tolerances pass the viewfactor is computed. Otherwise the elements are further subdivided until all rays pass or the area and factor tolerances divided by two pass. The computed factor is then multiplied by "rays passed/rays sent". </Whatis>
178
</Parameter>
179
180
<Parameter Widget="Label">
181
<Name> Free text input </Name>
182
</Parameter>
183
184
<Parameter Widget="TextEdit" Enabled="True">
185
<Name> Free text </Name>
186
<Type> String </Type>
187
<Whatis> Free text is copied into the Solver-block of the SIF as such. </Whatis>
188
<StatusTip> Free text is copied into the Solver-block of the SIF as such. </StatusTip>
189
</Parameter>
190
</Solver>
191
192
<BodyForce>
193
<Parameter Widget="Label" > <Name> Volume sources </Name> </Parameter>
194
<Parameter Widget="Edit">
195
<Name> Heat Source </Name>
196
<Activate> /Heat Equation/BodyForce/Integral Heat Source</Activate>
197
<Activate> /Heat Equation/BodyForce/Smart Heater Control</Activate>
198
<Whatis> An additional heat source h for the heat equation may be given with this keyword. </Whatis>
199
</Parameter>
200
201
<Parameter Widget="Edit" Enabled="False" Visible="False">
202
<Name> Integral Heat Source </Name>
203
<Whatis> By this keyword the user activates a rescaling of the given Heat Source such that the total power is the one given.</Whatis>
204
</Parameter>
205
<Parameter Widget="CheckBox" Enabled="False" Visible="False">
206
<Name> Smart Heater Control </Name>
207
<Whatis> Activates the smart heat control in conjunction with the phase change solver. </Whatis>
208
</Parameter>
209
210
<Parameter Widget="CheckBox">
211
<Name> Friction Heat </Name>
212
<Type> Logical </Type>
213
<Whatis>Include frictional heating as a heat source. Default is not to include frictional heating.</Whatis>
214
</Parameter>
215
216
<Parameter Widget="CheckBox">
217
<Name>Joule Heat </Name>
218
<Type> Logical </Type>
219
<Whatis> If set True, triggers use of the inductive heating. </Whatis>
220
</Parameter>
221
222
<Parameter Widget="Label"> <Name> Bodywise Dirichlet Conditions </Name> </Parameter>
223
224
<Parameter Widget="Edit">
225
<Name> Temperature </Name>
226
<Activate> /Heat Equation/BodyForce/Temperature Condition </Activate>
227
<Whatis> Set temperature values for all nodes of bodies using this "Body Force" definition. The application of values is also affected by the "Temperature Condition" setting.</Whatis>
228
<StatusTip> Give temperature value for bodies using this "Body Force" definition. </StatusTip>
229
</Parameter>
230
231
<Parameter Widget="Edit" Enabled="False">
232
<Name> Temperature Condition </Name>
233
<Whatis> If the given value is less than zero, don't set the Dirichlet condition. To be generally useful space and/or time varying values may be given. </Whatis>
234
<StatusTip> Give temperature condition value for bodies using this "Body Force" definition. </StatusTip>
235
</Parameter>
236
237
<Parameter Widget="Label"> <Name> Perfusion </Name> </Parameter>
238
<Parameter Widget="Edit">
239
<Name> Perfusion Rate </Name>
240
<Activate> /Heat Equation/BodyForce/Perfusion Reference Temperature </Activate>
241
<Activate> /Heat Equation/BodyForce/Perfusion Density </Activate>
242
<Activate> /Heat Equation/BodyForce/Perfusion Heat Capacity </Activate>
243
<Whatis> This "Body Force" models uniform perfusion (e.g. microperfusion with blood in biological tissue). The Perfusion rate is the volume of perfusion medium flowing through a unit volume per second.</Whatis>
244
</Parameter>
245
246
<Parameter Widget="Edit" Enabled="False" Visible="False">
247
<Name> Perfusion Reference Temperature </Name>
248
<Whatis> The temperature of the perfusion medium. </Whatis>
249
</Parameter>
250
251
<Parameter Widget="Edit" Enabled="False" Visible="False">
252
<Name> Perfusion Density </Name>
253
<Whatis> The density of the perfusion medium. </Whatis>
254
</Parameter>
255
256
<Parameter Widget="Edit" Enabled="False" Visible="False">
257
<Name> Perfusion Heat Capacity </Name>
258
<Whatis> The specific heat capacity of the perfusion medium. </Whatis>
259
</Parameter>
260
261
262
<Parameter Widget="Label">
263
<Name> Free text input </Name>
264
</Parameter>
265
266
<Parameter Widget="TextEdit" Enabled="True">
267
<Name> Free text </Name>
268
<Type> String </Type>
269
<Whatis> Free text is copied into the Body Force-block of the SIF as such. </Whatis>
270
<StatusTip> Free text is copied into the Body Force-block of the SIF as such. </StatusTip>
271
</Parameter>
272
</BodyForce>
273
274
<Material>
275
<Parameter Widget="Label" > <Name> Properties </Name> </Parameter>
276
<Parameter Widget="Edit" >
277
<Name> Heat Conductivity </Name>
278
<StatusTip> Set value to heat conductivity. </StatusTip>
279
<Whatis>Give value to heat conductivity material property.</Whatis>
280
</Parameter>
281
<Parameter Widget="Combo" >
282
<Name> Heat Conductivity Model</Name>
283
<Type> String </Type>
284
<Item> <Name> None </Name> </Item>
285
<Item> <Name> Turbulent </Name>
286
<Activate> /Heat Equation/Material/Turbulent Prandtl Number </Activate>
287
</Item>
288
<Item> <Name> User defined </Name> </Item>
289
<Whatis> Set heat conductivity model used to compute the effective heat conductivity. </Whatis>
290
</Parameter>
291
<Parameter Widget="Edit" >
292
<Name> Emissivity </Name>
293
<StatusTip> Set value to emissivity. </StatusTip>
294
<Whatis>Give value to emissivity material property.</Whatis>
295
</Parameter>
296
<Parameter Widget="Edit" Enabled="False">
297
<Name> Turbulent Prandtl Number </Name>
298
<DefaultValue> 0.85 </DefaultValue>
299
</Parameter>
300
<Parameter Widget="Edit" >
301
<Name> Enthalpy </Name>
302
<StatusTip> Set value to enthalpy. </StatusTip>
303
<Whatis>Note that, when using the solidification modelling, an enthalpy-temperature curve must be given. The enthalpy is derived with respect to temperature to get the value of the effective heat capacity. The unit here is energy per volume. </Whatis>
304
</Parameter>
305
<Parameter Widget="Edit" >
306
<Name> Specific Enthalpy </Name>
307
<StatusTip> Set value to specific enthalpy. </StatusTip>
308
<Whatis>Note that, when using the solidification modelling, an enthalpy-temperature curve must be given. The enthalpy is derived with respect to temperature to get the value of the effective heat capacity. The unit here is energy per mass unit. </Whatis>
309
</Parameter>
310
<Parameter Widget="Edit" >
311
<Name> Pressure Coefficient </Name>
312
<StatusTip> Set Pressure Coefficient of the incompressible model. </StatusTip>
313
<Whatis> The "Pressure Coefficient" keyword may be used to give the pressure material derivative coefficient value in the heat equation. This should give a value for the expression (@log(1/rho)/@log(T))_p. </Whatis>
314
</Parameter>
315
316
<Parameter Widget="Label">
317
<Name> Free text input </Name>
318
</Parameter>
319
320
<Parameter Widget="TextEdit" Enabled="True">
321
<Name> Free text </Name>
322
<Type> String </Type>
323
<Whatis> Free text is copied into the Material-block of the SIF as such. </Whatis>
324
<StatusTip> Free text is copied into the Material-block of the SIF as such. </StatusTip>
325
</Parameter>
326
</Material>
327
328
<InitialCondition>
329
<Parameter Widget="Label" > <Name> Variables </Name> </Parameter>
330
<Parameter Widget="Edit">
331
<Name> Temperature </Name>
332
<Whatis> Give initial value to temperature field. </Whatis>
333
<StatusTip> Give initial value to temperature field. </StatusTip>
334
</Parameter>
335
336
<Parameter Widget="Label">
337
<Name> Free text input </Name>
338
</Parameter>
339
340
<Parameter Widget="TextEdit" Enabled="True">
341
<Name> Free text </Name>
342
<Type> String </Type>
343
<Whatis> Free text is copied into the Initial Condition-block of the SIF as such. </Whatis>
344
<StatusTip> Free text is copied into the Initial Condition-block of the SIF as such. </StatusTip>
345
</Parameter>
346
</InitialCondition>
347
348
<BoundaryCondition>
349
<Parameter Widget="Label" > <Name> Dirichlet Conditions </Name> </Parameter>
350
<Parameter Widget="Edit">
351
<Name> Temperature </Name>
352
<Activate> /Heat Equation/BoundaryCondition/Temperature Condition </Activate>
353
<Whatis> Give temperature value for this boundary. </Whatis>
354
<StatusTip> Give temperature value for this boundary. </StatusTip>
355
</Parameter>
356
357
<Parameter Widget="Edit" Enabled="False">
358
<Name> Temperature Condition </Name>
359
<Whatis> If the given value is less than zero, apply flux condition instead of the Dirichlet Condition. To be generally useful space and/or time varying values may be given. </Whatis>
360
<StatusTip> Give temperature condition value for this boundary. </StatusTip>
361
</Parameter>
362
363
<Parameter Widget="Label" > <Name> Heat Flux conditions </Name> </Parameter>
364
<Parameter Widget="Edit">
365
<Name> Heat Flux </Name>
366
<Whatis> Give heat flux. </Whatis>
367
<StatusTip> Give heat flux. </StatusTip>
368
</Parameter>
369
370
<Parameter Widget="Edit">
371
<Name> Heat Transfer Coeff. </Name>
372
<SifName> Heat Transfer Coefficient </SifName>
373
<Whatis> Give transfer coefficient. </Whatis>
374
<StatusTip> Give heat transfer flux. </StatusTip>
375
</Parameter>
376
377
<Parameter Widget="Edit">
378
<Name> External Temperature </Name>
379
<Whatis> Give external temperature. </Whatis>
380
<StatusTip> Give external temperature. </StatusTip>
381
</Parameter>
382
383
<Parameter Widget="Label"> <Name> Latent heat of phase change </Name> </Parameter>
384
385
<Parameter Widget="CheckBox">
386
<Name> Phase Change </Name>
387
<Type> Logical </Type>
388
<Activate> /Heat Equation/BoundaryCondition/Latent Heat </Activate>
389
<Activate> /Heat Equation/BoundaryCondition/Phase Velocity 1 </Activate>
390
<Activate> /Heat Equation/BoundaryCondition/Phase Velocity 2 </Activate>
391
<Activate> /Heat Equation/BoundaryCondition/Phase Velocity 3 </Activate>
392
<Whatis> If the phase change is active the user may prescribe a flux condition given the
393
latent heat and velocity of the phase change interface.</Whatis>
394
<StatusTip> Switch latent heat from phase change on. </StatusTip>
395
</Parameter>
396
397
<Parameter Widget="Edit" Enabled="False" Visible="False">
398
<Name> Latent Heat </Name>
399
<Whatis> Give latent heat of phase change (e.g. melting or solidification). </Whatis>
400
<StatusTip> Give latent heat. </StatusTip>
401
</Parameter>
402
<Parameter Widget="Edit" Enabled="False" Visible="False">
403
<Name> Phase Velocity 1</Name>
404
<Whatis> Phase velocity for moving interface. If pulling occurs the interface position may still stay fixed,
405
or the interface may move in the material.</Whatis>
406
<StatusTip> Give velocity of the interface </StatusTip>
407
</Parameter>
408
<Parameter Widget="Edit" Enabled="False" Visible="False">
409
<Name> Phase Velocity 2</Name>
410
<Whatis> Phase velocity for moving interface. If pulling occurs the interface position may still stay fixed,
411
or the interface may move in the material.</Whatis>
412
<StatusTip> Give velocity of the interface </StatusTip>
413
</Parameter>
414
<Parameter Widget="Edit" Enabled="False" Visible="False">
415
<Name> Phase Velocity 3</Name>
416
<Whatis> Phase velocity for moving interface. If pulling occurs the interface position may still stay fixed,
417
or the interface may move in the material.</Whatis>
418
<StatusTip> Give velocity of the interface </StatusTip>
419
</Parameter>
420
421
<Parameter Widget="Label"> <Name> Heat Gap </Name> </Parameter>
422
423
<Parameter Widget="CheckBox">
424
<Name> Heat Gap </Name>
425
<Type> Logical </Type>
426
<Whatis> Assume geometry has a gap, and direct diffusion over the gap is negligible. Heat is transferred over the gap by radiation and/or convectively, however. Special mesh with double boundary must be present in order to use this feature.</Whatis>
427
<StatusTip> Switch "heat gap" model on. </StatusTip>
428
</Parameter>
429
430
<Parameter Widget="Label" > <Name> Radiation Settings </Name> </Parameter>
431
432
<Parameter Widget="Combo" >
433
<Name> Radiation </Name>
434
<Type> String </Type>
435
<Item Type="Active" > <Name> None </Name>
436
</Item>
437
<Item>
438
<Name> Idealized </Name>
439
<Activate> /Heat Equation/BoundaryCondition/Emissivity </Activate>
440
</Item>
441
<Item>
442
<Name> Diffuse Gray </Name>
443
<Activate> /Heat Equation/BoundaryCondition/Emissivity </Activate>
444
<Activate> /Heat Equation/BoundaryCondition/Radiation Target Body </Activate>
445
<Activate> /Heat Equation/BoundaryCondition/Radiation Boundary </Activate>
446
<Activate> /Heat Equation/BoundaryCondition/Radiation Boundary Open </Activate>
447
</Item>
448
</Parameter>
449
450
<Parameter Widget="Edit" Enabled="False">
451
<Name> Emissivity </Name>
452
<Whatis> Emissivity of the radiating surface, required for radiation model is present.</Whatis>
453
<StatusTip> Emissivity of the radiating surface, required for radiation model is present.</StatusTip>
454
</Parameter>
455
456
<Parameter Widget="CheckBox" Enabled="False">
457
<Name> Radiation Boundary Open </Name>
458
<Type> Logical </Type>
459
<Whatis> The closures may be partially open. Then no normalization of the view factors is enforced. The missing part of the radiation angle is assumed to be ideal radiation. Therefore if this option is enforced, also the parameter External Temperature must be given. </Whatis>
460
<StatusTip> Account for missing space angle to have a full closure. </StatusTip>
461
</Parameter>
462
463
<Parameter Widget="Edit" Enabled="False">
464
<Name> Radiation Boundary </Name>
465
<Type> Integer </Type>
466
<Whatis> If there are many closures with radiation boundary conditions that do not see each other, the view factors may be computed separately. This keyword is used to group the boundaries to independent sets. The default is one. </Whatis>
467
<StatusTip> Account for missing space angle to have a full closure. </StatusTip>
468
</Parameter>
469
470
<Parameter Widget="Edit" Enabled="False">
471
<Name> Radiation Target Body </Name>
472
<Type> Integer </Type>
473
<Whatis> Normal points to this 'body's direction. </Whatis>
474
<StatusTip> Normal points to this 'body's direction. </StatusTip>
475
</Parameter>
476
<Parameter Widget="Label"> <Name> Periodic boundary condition </Name> </Parameter>
477
<Parameter Widget="CheckBox" Enabled="False">
478
<Name> Temperature periodic </Name>
479
<SifName> Periodic BC Temperature </SifName>
480
</Parameter>
481
482
<Parameter Widget="Label">
483
<Name> Free text input </Name>
484
</Parameter>
485
486
<Parameter Widget="TextEdit" Enabled="True">
487
<Name> Free text </Name>
488
<Type> String </Type>
489
<Whatis> Free text is copied into the Boundary Condition-block of the SIF as such. </Whatis>
490
<StatusTip> Free text is copied into the Boundary Condition-block of the SIF as such. </StatusTip>
491
</Parameter>
492
493
</BoundaryCondition>
494
</PDE>
495
</edf>
496
497