Constitutive law for convection and radiation for elements CONRA and CORA3.
Last revision: L. Grisard - sept 1990
Non linear thermal analysis of solids. This constitutive law takes account of heat transfer between the solid and the external world by convection and radiation. The coefficients of convection and radiation may be defined as functions of temperature.
Prepro: LRACO.F
Lagamine: RACO1.F
File | Subroutine | Description |
---|---|---|
RACO1.F | RACO1 | Main subroutine of the law |
Plane stress state | YES |
Plane strain state | YES |
Axisymmetric state | YES |
3D state | YES |
Generalized plane state | YES |
Line 1 (2I5, 60A1) | |
---|---|
IL | Law number |
ITYPE | 120 |
COMMENT | Any comment (up to 60 characters) that will be reproduced on the output listing |
1 line (I5) | |
---|---|
NTEMP | Number of temperatures at which material data are given |
1 line repeated NTEMP times (3G10.0) | |
---|---|
T | Temperature |
CONVEC | Convection coefficient at temperature T (h) |
RADIA | Radiation coefficient at temperature T (σε with σ=Boltzmann's constant; ε=emissivity) |
RADIA = $\sigma\varepsilon$ but sometimes $\varepsilon \rightarrow 1-\varepsilon$
1
SIG(NPI) | Heat flow exchanged by convection and radiation |
3
Q(1) | Temperature of the solid at the point under consideration ($= T$) |
Q(2) | Temperature of the external world ($= T_a$) |
Q(3) | $=h+\sigma \varepsilon \left(T^3_a+T^2_a*T+T_a*T^2+T^3\right)$ |