RACO
Description
Constitutive law for convection and radiation for elements CONRA and CORA3.
Last revision: L. Grisard - sept 1990
The model
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.
Files
Prepro: LRACO.F
Lagamine: RACO1.F
Subroutines
File | Subroutine | Description |
RACO1.F | RACO1 | Main subroutine of the law |
Availability
Plane stress state | YES |
Plane strain state | YES |
Axisymmetric state | YES |
3D state | YES |
Generalized plane state | YES |
Parameters defining the type of constitutive law
Line 1 (2I5, 60A1) |
IL | Law number |
ITYPE | 120 |
COMMENT | Any comment (up to 60 characters) that will be reproduced on the output listing |
Integer parameters
1 line (I5) |
NTEMP | Number of temperatures at which material data are given |
Real parameters
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) |
Stresses
Number of stresses
Meaning
SIG(NPI) | Heat flow exchanged by convection and radiation |
State variables
Number of state variables
List of state variables
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)$ |