LOCTMP
| (Object Data) |
|---|
| Last updated on : 08-08-2013 |
LOCTMP Object, Iwin, UsrRtn, Ttype, Ctype, Etype, Htype, Itype
Followed by Data
| OPERAND | DESCRIPTION | DEFAULT |
|---|---|---|
| Object | Object number | None |
| Iwin | Heat exchange window index | None |
| UsrRtn | User routine No. | None |
| Etype | Type of environmental temperature definition =0 Constant =1 Function of time | None |
| Rtype | Type of convection coefficient =0 Constant =1 Function of time =2 Function of temperature | Â |
| Atype | Type of emmisivity =0 Constant =1 Function of time =2 Function of temperature | Â |
| Htype | Type of heat flux =0 Constant =1 Function of time | Â |
| Itype | Type of interface heat transfer coefficient =0 Inactive (use global definitions such as inter-object data) =1 Constant =2 Function of time =3 Function of pressure | Â |
DEFINITION
LOCTMP specifies the local heat transfer boundary definition for an object. The keyword should be used if the local heat transfer is specified.
REMARKS
The keyword defines the heat exchange information such as temperature, convection coefficient, and the radiation view factor for a specific boundary. If the data is of constant type, only the constant value is given in the data list. If tabular data is used to describe any of the above variables, the number of data sets is listed followed by the data set. The following example shows how environmental temperature, emissivity and heat flux are constant and the convection coefficient is a function of temperature. Note the use of comments on the keyword describing the contents. LOCTMP 1 1 0 0 2 0 0 % The keyword definition 68 % The environmental temperature 2 % Number of data sets in convection coefficient 68 0.004 % First data set in the convection coefficient 220 0.006 % Second data set in the convection coefficient .7 % Emissivity 10 % Heat flux When Itye is non-zero, the interface heat transfer coefficient is included in the local boundary condition. The value has higher priority than the interface heat transfer coefficient defined in inter-object data (IHTCOF). Applicable Simulation Modules: Thermal Applicable Simulation Modes: Heat Transfer Applicable Object Types: ALL except Rigid
RELATED TOPICS
Boundary Conditions: Advanced Thermal Keywords: ENVTMP, IHTCOF (2D), IHTCOF (3D)