Body Radiation
Lumped thermal element for radiation heat transfer
Description
Equations
Variables
Connections
Parameters
Modelica Standard Library
The Body Radiation component models the thermal radiation emitted between two bodies as a result of their temperatures. The following constitutive equation is used: Qflow=Gr⁢σ⁢Ta4−Tb4, where Gr is the radiation conductance and σ is the Stefan-Boltzmann constant.
Computation of Gr
In simple cases Gr may be analytically computed. The analytical equations use ϵ, the emissivity of a body, which varies from zero if the body reflects and does not absorb radiation to one if the body absorbs all radiation (black body), The following table gives the approximate values of ϵ for various materials.
Material
Emissivity ϵ
aluminium, polished
0.04
copper, polished
gold, polished
0.02
paper
0.09
rubber
0.95
silver, polished
wood
0.85..0.9
Small convex object in a large enclosure
Gr=ϵ⁢A
where
ϵ: Emission value of object (0..1)
A: Surface area of object where radiation heat transfer takes place
Two parallel plates
Gr=A1ϵ1+1ϵ2−1
ϵ1: Emission value of plate 1 (0..1)
ϵ2: Emission value of plate 2 (0..1)
A : Area of plate1 (= area of plate2)
Concentric cylinders (radiation from inner to outer cylinder)
Gr=2⁢π⁢r1⁢L1ϵ1+1ϵ2−1⁢r1r2
r1: Radius of inner cylinder
r2: Radius of outer cylinder
L: Length of the two cylinders
ϵ1: Emission value of inner cylinder (0..1)
ϵ2: Emission value of outer cylinder (0..1)
Qflow=Qflowa+Qflowb=Gr⁢σ⁢Ta4−Tb4
ΔT=Ta−Tb
σ is the Stefan-Boltzmann constant
Name
Units
Modelica ID
Qflow
W
Heat flow rate from port_a -> port_b
Q_flow
ΔT
K
Temperature difference between ports
dT
porta
HeatPort
port_a
portb
port_b
Default
Gr
m2
Net radiation conductance between two surfaces; emissivity times surface area
The component described in this topic is from the Modelica Standard Library. To view the original documentation, which includes author and copyright information, click here.
See Also
Heat Transfer Components
Thermal Overview
Download Help Document