recordGeneric

Thermal properties of opaque surfaces

Extends from Modelica.Icons.Record (Icon for records).

Information

This record implements thermophysical properties for opaque surfaces.

The parameter absIR is used to compute infrared heat radiation (in the infrared spectrum). The parameter absSol is used to compute solar heat radiation (in the solar spectrum).

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.AreaAArea
Modelica.Units.SI.AngletilSurface tilt (0: ceiling, pi/2: wall, pi: floor
Modelica.Units.SI.EmissivityabsIR0.84Infrared absorptivity
Modelica.Units.SI.EmissivityabsSol0.84Solar absorptivity
Booleanis_floortil > 2.74889125 and til < 3.53428875Flag, true if construction is a floor

Revisions

  • February 11, 2022, by Michael Wetter:
    Change parameter isFloor to is_floor, and isCeiling to is_ceiling, for consistency with naming convention.
  • November 16, 2010, by Michael Wetter:
    First implementation.