Enclosed Radiation - MapleSim Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Enclosed Radiation

Radiation component for enclosed space with multiple surfaces

 

Description

Equations

Variables

Connections

Parameters

See Also

Description

The Enclosed Radiation component models the thermal radiation emitted in enclosed space consisting of multiple surfaces as a result of their temperatures.

Equations

Total emissive power of the blackbody is:

E__b__i= σ  T__i4

And, the relationship of the irradiation G and the radiosity J  is defined with:

J=εE__b+1εG

The net energy leaving the surface is the difference between the irradiation and the radiosity:

QflowA=JG

Then, the heat flow rate is:

QflowA=JJεE__b1ε

Thus, the following equation is obtained:

Qflow__i= ε__iA__i1ε__iE__b__iJ__i

Finally, the equation is generalized:

Qflow__i= ε__iA__i1ε__i__ σ  T__i4J__i......(1)

Regarding the exchange of radiant energy by two surfaces:

Qflow__1−2=J__1A__1F__12J__2A__2F__21

And,

A__1F__12=A__2F__21

So,

Qflow__1−2=A__1F__12J__1J__2

Based on the above equation, the generalized expression is obtained:

Qflow__i=i=1numNodesA__iF__i,kJ__iJ__k......2

As the implementation of this component, (1) and (2) are used. Additionally, to correct the heat flow rate, the correction factor cor is applied, if Use correction input is true.

References

[1] : J. P. Holman. "Heat Transfer Ninth Edition", McGraw-Hill Higher Education.

Variables

Symbol

Units

Description

Modelica ID

E__b__i

Wm2

Total emissive power of the blackbody

-

T__i

K

Temperature of ith port

port[i].T

J__i

Wm2

Radiosity of ith port

J[i]

G

Wm2

Irradiation

-

Q__flow__i

W

Heat flow rate of ith port

Q_flow[i]

σ

wm2K4

Stefan-Boltzmann constant 5.670373e-8

sigma

 

Connections

Name

Condition

Description

Modelica ID

porti

-

Thermal port, a

port[i]

cori

if use correction input is
true.

Input signal of the correction factor for Qflow

cor[i]

Parameters

Symbol

Default

Units

Description

Modelica ID

ε

0.8,0.8

-

Emissivity of nodes

eps

A

1,1

m2

Surface area of nodes

A

F

0.1

View factor for Radiation

F

Nodes

2

Number of nodes

numNodes

Use Correction input

false

If true, input of correction for Gr_act is valid

use_correction

See Also

Heat Transfer Library Overview

Basic Overview