Generic record with material definitions for constructions
with one or more layers of material.
By convention, layer[1]
is facing the outside, and the last
layer is facing the room-side.
This is the same convention as is used in EnergyPlus and in Window 6.
The parameters absIR_a
and absIR_b
are used to compute infrared heat radiation (in the infrared spectrum).
The parameters absSol_a
and absSol_b
are used to compute solar heat radiation (in the solar spectrum).
The parameter roughness_a
is used if the convective heat transfer
coefficient of the exterior surface is computed based on the wind-speed, wind-direction
and temperature difference. See
Buildings.HeatTransfer.Convection.Exterior.
nSta
to be final
as the user is not supposed to change its value.
nSta
to avoid translation error
in Dymola 2107. This is a work-around for a bug in Dymola
which will be addressed in future releases.
material
from
Evaluate=true
to Evaluate=false
.
This is required to allow changing the material properties after compilation.
Note, however, that the number of state variables in
Buildings.HeatTransfer.Data.BaseClasses.Material
are only computed when the model is translated, because
the number of state variables is fixed at compilation time.
Buildings.HeatTransfer.Data.Solids.Generic
with
Buildings.HeatTransfer.Data.OpaqueConstructions.Generic
to allow use of phase change material.