Path: blob/devel/ElmerGUI/Application/edf/heatequation.xml
3204 views
<?xml version='1.0' encoding='UTF-8'?>1<!DOCTYPE edf>2<edf version="1.0" >3<PDE Name="Heat Equation" >4<Name>Heat Equation</Name>56<Equation>7<Parameter Widget="Label">8<Name> Options </Name>9</Parameter>10<Parameter Widget="Combo">11<Name> Phase Change Model </Name>12<Type> String </Type>13<Item Type="Active"> <Name> None </Name> </Item>14<Item> <Name> Spatial 1 </Name> </Item>15<Item> <Name> Spatial 2 </Name> </Item>16<Item> <Name> Temporal </Name> </Item>17<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>18</Parameter>1920<Parameter Widget="Label" >21<Name> Convection </Name>22</Parameter>23<Parameter Widget="Combo" >24<Type> String </Type>25<Name> Convection </Name>26<Item Type="Active" > <Name> None </Name> </Item> <Item>27<Name> Constant </Name>28<Activate> /Heat Equation/Equation/Convection Velocity 1 </Activate>29<Activate> /Heat Equation/Equation/Convection Velocity 2 </Activate>30<Activate> /Heat Equation/Equation/Convection Velocity 3 </Activate>31</Item>32<Item> <Name> Computed </Name> </Item>33</Parameter>34<Parameter Widget="Edit" Enabled="False" Visible="False">35<Name> Convection Velocity 1</Name>36<SifName> Convection velocity 1</SifName>37<Whatis> Convection velocity for 'Constant' convection model. Despite its association, may be space and time varying. </Whatis>38<StatusTip> Convection velocity </StatusTip>39</Parameter>40<Parameter Widget="Edit" Enabled="False" Visible="False">41<Name> Convection Velocity 2</Name>42<SifName> Convection velocity 2</SifName>43<Whatis> Convection velocity for 'Constant' convection model. Despite its association, may be space and time varying. </Whatis>4445</Parameter>46<Parameter Widget="Edit" Enabled="False" Visible="False">47<Name> Convection Velocity 3</Name>48<SifName> Convection velocity 3</SifName>49<Whatis> Convection velocity for 'Constant' convection model. Despite its association, may be space and time varying. </Whatis>50<StatusTip> Convection velocity </StatusTip>51</Parameter>5253<Parameter Widget="Label">54<Name> Free text input </Name>55</Parameter>5657<Parameter Widget="TextEdit" Enabled="True">58<Name> Free text </Name>59<Type> String </Type>60<Whatis> Free text is copied into the Equation-block of the SIF as such. </Whatis>61<StatusTip> Free text is copied into the Equation-block of the SIF as such. </StatusTip>62</Parameter>63</Equation>6465<Solver>66<Parameter Widget="Edit" >67<Name > Procedure </Name>68<DefaultValue> "HeatSolve" "HeatSolver" </DefaultValue>69</Parameter>70<Parameter Widget="Edit" Enabled="False">71<Name> Variable </Name>72<DefaultValue> Temperature </DefaultValue>73</Parameter>747576<Parameter Widget="Label"> <Name>Additional Variables</Name> </Parameter>77<Parameter Widget="Edit">78<Name> Exported Variable 1 </Name>79<Activate> /Heat Equation/Solver/Exported Variable 2</Activate>80</Parameter>81<Parameter Widget="Edit" Enabled="False" Visible="False">82<Name> Exported Variable 2 </Name>83<Activate> /Heat Equation/Solver/Exported Variable 3</Activate>84</Parameter>85<Parameter Widget="Edit" Enabled="False" Visible="False">86<Name> Exported Variable 3 </Name>87<Activate> /Heat Equation/Solver/Exported Variable 4</Activate>88</Parameter>89<Parameter Widget="Edit" Enabled="False" Visible="False">90<Name> Exported Variable 4 </Name>91<Activate> /Heat Equation/Solver/Exported Variable 5</Activate>92</Parameter>93<Parameter Widget="Edit" Enabled="False" Visible="False">94<Name> Exported Variable 5 </Name>95</Parameter>9697<Parameter Widget="Label"> <Name> Miscellaneous options </Name> </Parameter>98<Parameter Widget="CheckBox">99<Name> Calculate Loads </Name>100<Whatis> If checked compute boundary reaction forces. </Whatis>101</Parameter>102103104<Parameter Widget="Label">105<Name> Radiation Factor computation </Name>106<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>107</Parameter>108<Parameter Widget="CheckBox">109<Name> Update View Factors</Name>110<Type> Logical </Type>111<Whatis> The recomputation of the view factors is activated by setting the value of this flag to True. False is the default. </Whatis>112</Parameter>113114<Parameter Widget="CheckBox">115<Name> Update Gebhart Factors </Name>116<Type> Logical </Type>117<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>118</Parameter>119<Parameter Widget="Edit">120<Name> Minimum View Factor </Name>121<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>122</Parameter>123<Parameter Widget="Edit">124<Name> Minimum Gebhart Factor</Name>125<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>126</Parameter>127<Parameter Widget="Edit">128<Name> Implicit Gebhart Factor Fraction</Name>129<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>130</Parameter>131<Parameter Widget="CheckBox">132<Name> Matrix Topology Fixed</Name>133<Type> Logical </Type>134<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>135</Parameter>136<Parameter Widget="Edit">137<Name> View Factors Geometry Tolerance</Name>138<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>139</Parameter>140141<Parameter Widget="Edit">142<Name> View Factors Fixed After Iterations </Name>143<Type> Integer </Type>144<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>145146</Parameter>147148<Parameter Widget="CheckBox">149<Name>Gebhart Factors Solver Full</Name>150<Type> Logical </Type>151<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>152</Parameter>153<Parameter Widget="CheckBox">154<Name> Gebhart Factors Solver Iterative </Name>155<Type> Logical </Type>156<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>157</Parameter>158159<Parameter Widget="Label">160<Name> Parameters for 2- and 3D viewfactor computation </Name>161</Parameter>162163<Parameter Widget="Edit">164<Name> Viewfactor area tolerance </Name>165<Whatis> (2D and 3D) Split input elements until areas are under given tolerance. </Whatis>166</Parameter>167168<Parameter Widget="Edit">169<Name> Viewfactor factor tolerance </Name>170<Whatis> (2D and 3D) Split input elements until respective viewfactor is under given tolerance. </Whatis>171</Parameter>172173<Parameter Widget="Edit">174<Name> Viewfactor number of rays </Name>175<Type> Integer </Type>176<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>177</Parameter>178179<Parameter Widget="Label">180<Name> Free text input </Name>181</Parameter>182183<Parameter Widget="TextEdit" Enabled="True">184<Name> Free text </Name>185<Type> String </Type>186<Whatis> Free text is copied into the Solver-block of the SIF as such. </Whatis>187<StatusTip> Free text is copied into the Solver-block of the SIF as such. </StatusTip>188</Parameter>189</Solver>190191<BodyForce>192<Parameter Widget="Label" > <Name> Volume sources </Name> </Parameter>193<Parameter Widget="Edit">194<Name> Heat Source </Name>195<Activate> /Heat Equation/BodyForce/Integral Heat Source</Activate>196<Activate> /Heat Equation/BodyForce/Smart Heater Control</Activate>197<Whatis> An additional heat source h for the heat equation may be given with this keyword. </Whatis>198</Parameter>199200<Parameter Widget="Edit" Enabled="False" Visible="False">201<Name> Integral Heat Source </Name>202<Whatis> By this keyword the user activates a rescaling of the given Heat Source such that the total power is the one given.</Whatis>203</Parameter>204<Parameter Widget="CheckBox" Enabled="False" Visible="False">205<Name> Smart Heater Control </Name>206<Whatis> Activates the smart heat control in conjunction with the phase change solver. </Whatis>207</Parameter>208209<Parameter Widget="CheckBox">210<Name> Friction Heat </Name>211<Type> Logical </Type>212<Whatis>Include frictional heating as a heat source. Default is not to include frictional heating.</Whatis>213</Parameter>214215<Parameter Widget="CheckBox">216<Name>Joule Heat </Name>217<Type> Logical </Type>218<Whatis> If set True, triggers use of the inductive heating. </Whatis>219</Parameter>220221<Parameter Widget="Label"> <Name> Bodywise Dirichlet Conditions </Name> </Parameter>222223<Parameter Widget="Edit">224<Name> Temperature </Name>225<Activate> /Heat Equation/BodyForce/Temperature Condition </Activate>226<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>227<StatusTip> Give temperature value for bodies using this "Body Force" definition. </StatusTip>228</Parameter>229230<Parameter Widget="Edit" Enabled="False">231<Name> Temperature Condition </Name>232<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>233<StatusTip> Give temperature condition value for bodies using this "Body Force" definition. </StatusTip>234</Parameter>235236<Parameter Widget="Label"> <Name> Perfusion </Name> </Parameter>237<Parameter Widget="Edit">238<Name> Perfusion Rate </Name>239<Activate> /Heat Equation/BodyForce/Perfusion Reference Temperature </Activate>240<Activate> /Heat Equation/BodyForce/Perfusion Density </Activate>241<Activate> /Heat Equation/BodyForce/Perfusion Heat Capacity </Activate>242<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>243</Parameter>244245<Parameter Widget="Edit" Enabled="False" Visible="False">246<Name> Perfusion Reference Temperature </Name>247<Whatis> The temperature of the perfusion medium. </Whatis>248</Parameter>249250<Parameter Widget="Edit" Enabled="False" Visible="False">251<Name> Perfusion Density </Name>252<Whatis> The density of the perfusion medium. </Whatis>253</Parameter>254255<Parameter Widget="Edit" Enabled="False" Visible="False">256<Name> Perfusion Heat Capacity </Name>257<Whatis> The specific heat capacity of the perfusion medium. </Whatis>258</Parameter>259260261<Parameter Widget="Label">262<Name> Free text input </Name>263</Parameter>264265<Parameter Widget="TextEdit" Enabled="True">266<Name> Free text </Name>267<Type> String </Type>268<Whatis> Free text is copied into the Body Force-block of the SIF as such. </Whatis>269<StatusTip> Free text is copied into the Body Force-block of the SIF as such. </StatusTip>270</Parameter>271</BodyForce>272273<Material>274<Parameter Widget="Label" > <Name> Properties </Name> </Parameter>275<Parameter Widget="Edit" >276<Name> Heat Conductivity </Name>277<StatusTip> Set value to heat conductivity. </StatusTip>278<Whatis>Give value to heat conductivity material property.</Whatis>279</Parameter>280<Parameter Widget="Combo" >281<Name> Heat Conductivity Model</Name>282<Type> String </Type>283<Item> <Name> None </Name> </Item>284<Item> <Name> Turbulent </Name>285<Activate> /Heat Equation/Material/Turbulent Prandtl Number </Activate>286</Item>287<Item> <Name> User defined </Name> </Item>288<Whatis> Set heat conductivity model used to compute the effective heat conductivity. </Whatis>289</Parameter>290<Parameter Widget="Edit" >291<Name> Emissivity </Name>292<StatusTip> Set value to emissivity. </StatusTip>293<Whatis>Give value to emissivity material property.</Whatis>294</Parameter>295<Parameter Widget="Edit" Enabled="False">296<Name> Turbulent Prandtl Number </Name>297<DefaultValue> 0.85 </DefaultValue>298</Parameter>299<Parameter Widget="Edit" >300<Name> Enthalpy </Name>301<StatusTip> Set value to enthalpy. </StatusTip>302<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>303</Parameter>304<Parameter Widget="Edit" >305<Name> Specific Enthalpy </Name>306<StatusTip> Set value to specific enthalpy. </StatusTip>307<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>308</Parameter>309<Parameter Widget="Edit" >310<Name> Pressure Coefficient </Name>311<StatusTip> Set Pressure Coefficient of the incompressible model. </StatusTip>312<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>313</Parameter>314315<Parameter Widget="Label">316<Name> Free text input </Name>317</Parameter>318319<Parameter Widget="TextEdit" Enabled="True">320<Name> Free text </Name>321<Type> String </Type>322<Whatis> Free text is copied into the Material-block of the SIF as such. </Whatis>323<StatusTip> Free text is copied into the Material-block of the SIF as such. </StatusTip>324</Parameter>325</Material>326327<InitialCondition>328<Parameter Widget="Label" > <Name> Variables </Name> </Parameter>329<Parameter Widget="Edit">330<Name> Temperature </Name>331<Whatis> Give initial value to temperature field. </Whatis>332<StatusTip> Give initial value to temperature field. </StatusTip>333</Parameter>334335<Parameter Widget="Label">336<Name> Free text input </Name>337</Parameter>338339<Parameter Widget="TextEdit" Enabled="True">340<Name> Free text </Name>341<Type> String </Type>342<Whatis> Free text is copied into the Initial Condition-block of the SIF as such. </Whatis>343<StatusTip> Free text is copied into the Initial Condition-block of the SIF as such. </StatusTip>344</Parameter>345</InitialCondition>346347<BoundaryCondition>348<Parameter Widget="Label" > <Name> Dirichlet Conditions </Name> </Parameter>349<Parameter Widget="Edit">350<Name> Temperature </Name>351<Activate> /Heat Equation/BoundaryCondition/Temperature Condition </Activate>352<Whatis> Give temperature value for this boundary. </Whatis>353<StatusTip> Give temperature value for this boundary. </StatusTip>354</Parameter>355356<Parameter Widget="Edit" Enabled="False">357<Name> Temperature Condition </Name>358<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>359<StatusTip> Give temperature condition value for this boundary. </StatusTip>360</Parameter>361362<Parameter Widget="Label" > <Name> Heat Flux conditions </Name> </Parameter>363<Parameter Widget="Edit">364<Name> Heat Flux </Name>365<Whatis> Give heat flux. </Whatis>366<StatusTip> Give heat flux. </StatusTip>367</Parameter>368369<Parameter Widget="Edit">370<Name> Heat Transfer Coeff. </Name>371<SifName> Heat Transfer Coefficient </SifName>372<Whatis> Give transfer coefficient. </Whatis>373<StatusTip> Give heat transfer flux. </StatusTip>374</Parameter>375376<Parameter Widget="Edit">377<Name> External Temperature </Name>378<Whatis> Give external temperature. </Whatis>379<StatusTip> Give external temperature. </StatusTip>380</Parameter>381382<Parameter Widget="Label"> <Name> Latent heat of phase change </Name> </Parameter>383384<Parameter Widget="CheckBox">385<Name> Phase Change </Name>386<Type> Logical </Type>387<Activate> /Heat Equation/BoundaryCondition/Latent Heat </Activate>388<Activate> /Heat Equation/BoundaryCondition/Phase Velocity 1 </Activate>389<Activate> /Heat Equation/BoundaryCondition/Phase Velocity 2 </Activate>390<Activate> /Heat Equation/BoundaryCondition/Phase Velocity 3 </Activate>391<Whatis> If the phase change is active the user may prescribe a flux condition given the392latent heat and velocity of the phase change interface.</Whatis>393<StatusTip> Switch latent heat from phase change on. </StatusTip>394</Parameter>395396<Parameter Widget="Edit" Enabled="False" Visible="False">397<Name> Latent Heat </Name>398<Whatis> Give latent heat of phase change (e.g. melting or solidification). </Whatis>399<StatusTip> Give latent heat. </StatusTip>400</Parameter>401<Parameter Widget="Edit" Enabled="False" Visible="False">402<Name> Phase Velocity 1</Name>403<Whatis> Phase velocity for moving interface. If pulling occurs the interface position may still stay fixed,404or the interface may move in the material.</Whatis>405<StatusTip> Give velocity of the interface </StatusTip>406</Parameter>407<Parameter Widget="Edit" Enabled="False" Visible="False">408<Name> Phase Velocity 2</Name>409<Whatis> Phase velocity for moving interface. If pulling occurs the interface position may still stay fixed,410or the interface may move in the material.</Whatis>411<StatusTip> Give velocity of the interface </StatusTip>412</Parameter>413<Parameter Widget="Edit" Enabled="False" Visible="False">414<Name> Phase Velocity 3</Name>415<Whatis> Phase velocity for moving interface. If pulling occurs the interface position may still stay fixed,416or the interface may move in the material.</Whatis>417<StatusTip> Give velocity of the interface </StatusTip>418</Parameter>419420<Parameter Widget="Label"> <Name> Heat Gap </Name> </Parameter>421422<Parameter Widget="CheckBox">423<Name> Heat Gap </Name>424<Type> Logical </Type>425<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>426<StatusTip> Switch "heat gap" model on. </StatusTip>427</Parameter>428429<Parameter Widget="Label" > <Name> Radiation Settings </Name> </Parameter>430431<Parameter Widget="Combo" >432<Name> Radiation </Name>433<Type> String </Type>434<Item Type="Active" > <Name> None </Name>435</Item>436<Item>437<Name> Idealized </Name>438<Activate> /Heat Equation/BoundaryCondition/Emissivity </Activate>439</Item>440<Item>441<Name> Diffuse Gray </Name>442<Activate> /Heat Equation/BoundaryCondition/Emissivity </Activate>443<Activate> /Heat Equation/BoundaryCondition/Radiation Target Body </Activate>444<Activate> /Heat Equation/BoundaryCondition/Radiation Boundary </Activate>445<Activate> /Heat Equation/BoundaryCondition/Radiation Boundary Open </Activate>446</Item>447</Parameter>448449<Parameter Widget="Edit" Enabled="False">450<Name> Emissivity </Name>451<Whatis> Emissivity of the radiating surface, required for radiation model is present.</Whatis>452<StatusTip> Emissivity of the radiating surface, required for radiation model is present.</StatusTip>453</Parameter>454455<Parameter Widget="CheckBox" Enabled="False">456<Name> Radiation Boundary Open </Name>457<Type> Logical </Type>458<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>459<StatusTip> Account for missing space angle to have a full closure. </StatusTip>460</Parameter>461462<Parameter Widget="Edit" Enabled="False">463<Name> Radiation Boundary </Name>464<Type> Integer </Type>465<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>466<StatusTip> Account for missing space angle to have a full closure. </StatusTip>467</Parameter>468469<Parameter Widget="Edit" Enabled="False">470<Name> Radiation Target Body </Name>471<Type> Integer </Type>472<Whatis> Normal points to this 'body's direction. </Whatis>473<StatusTip> Normal points to this 'body's direction. </StatusTip>474</Parameter>475<Parameter Widget="Label"> <Name> Periodic boundary condition </Name> </Parameter>476<Parameter Widget="CheckBox" Enabled="False">477<Name> Temperature periodic </Name>478<SifName> Periodic BC Temperature </SifName>479</Parameter>480481<Parameter Widget="Label">482<Name> Free text input </Name>483</Parameter>484485<Parameter Widget="TextEdit" Enabled="True">486<Name> Free text </Name>487<Type> String </Type>488<Whatis> Free text is copied into the Boundary Condition-block of the SIF as such. </Whatis>489<StatusTip> Free text is copied into the Boundary Condition-block of the SIF as such. </StatusTip>490</Parameter>491492</BoundaryCondition>493</PDE>494</edf>495496497