modelIndoorRadiosity
Model for indoor radiosity
Extends from Buildings.HeatTransfer.Radiosity.BaseClasses.RadiosityOneSurface (Model for the radiosity balance of a device with one surface), Buildings.HeatTransfer.Radiosity.BaseClasses.ParametersOneSurface (Parameters that are used to model one surface).
Information
Model for the indoor emissive power that hits a window. The computation is according to TARCOG 2006.
References
TARCOG 2006: Carli, Inc., TARCOG: Mathematical models for calculation of thermal performance of glazing systems with our without shading devices, Technical Report, Oct. 17, 2006.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Area | A (from RadiosityOneSurface) | Surface area | |
| Modelica.Units.SI.Emissivity | absIR (from ParametersOneSurface) | Infrared absorptivity | |
| Modelica.Units.SI.ReflectionCoefficient | rhoIR (from ParametersOneSurface) | Infrared reflectivity | |
| Modelica.Units.SI.TransmissionCoefficient | tauIR (from ParametersOneSurface) | Infrared transmissivity | |
| Boolean | linearize (from ParametersOneSurface) | false | Set to true to linearize emissive power |
| Modelica.Units.SI.Temperature | T0 (from ParametersOneSurface) | 293.15 | Temperature used to linearize radiative heat transfer |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.HeatTransfer.Interfaces.RadiosityInflow | JIn (from RadiosityOneSurface) | Incoming radiosity | |
| Buildings.HeatTransfer.Interfaces.RadiosityOutflow | JOut (from RadiosityOneSurface) | Outgoing radiosity | |
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | heatPort | Heat port of the surface |
Revisions
-
January 29, 2019, by Michael Wetter:
Removed parameterT03which is already inherited from the base class. -
May 30, 2014, by Michael Wetter:
Removed undesirable annotationEvaluate=true. -
June 27, 2013, by Michael Wetter:
Changed model because the outflowing radiosity has been changed to be a non-negative quantity. See track issue #158. -
February 10, 2012, by Wangda Zuo:
Fixed a bug in the temperature linearization. -
November 3, 2010, by Michael Wetter:
First implementation.