modelRadiationAdapter
Model to connect between signals and heat port for radiative gains of the room
Extends from Buildings.BaseClasses.BaseIcon (Base icon).
Information
This model can be used as a thermal adapter in situations where the temperature and the heat flow rate are computed in separate models. For example, this thermal adapter is used in the room model, which computes the distribution of radiative heat gains (such as due to a radiator) in Buildings.ThermalZones.Detailed.BaseClasses.InfraredRadiationGainDistribution and computes the radiative temperature in Buildings.ThermalZones.Detailed.BaseClasses.RadiationTemperature. This adapter combines the heat flow rate and the temperatures that are computed in these separate models, and exposes these two quantities at its heat port.Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | rad | Port for radiative heat gain and radiation temperature | |
| Modelica.Blocks.Interfaces.RealInput | TRad | Radiation temperature of room | |
| Modelica.Blocks.Interfaces.RealOutput | QRad_flow | Radiative heat gain |
Revisions
-
August 3, 2026, by Michael Wetter:
Removed duplicate annotation. This is for IBPSA, issue 2158. -
Feb. 2, 2011, by Michael Wetter:
First implementation.