blockBlackBody
Calculate black body sky temperature
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This component computes the black-body sky temperature.
For calTSky = 0, the model uses horizontal infrared irradiation.
Otherwise, it uses dry buld temperature, dew point temperature and opaque sky cover.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.Types.SkyTemperatureCalculation | calTSky | Buildings.BoundaryConditions.Types.SkyTemperatureCalculation.TemperaturesAndSkyCover | Computation of black-body sky temperature |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | TDryBul | Dry bulb temperature at ground level | |
| Modelica.Blocks.Interfaces.RealInput | TDewPoi | Dew point temperature | |
| Modelica.Blocks.Interfaces.RealInput | nOpa | Opaque sky cover [0, 1] | |
| Modelica.Blocks.Interfaces.RealOutput | TBlaSky | Black-body sky temperature | |
| Modelica.Blocks.Interfaces.RealInput | HHorIR | Horizontal infrared irradiation |
Revisions
-
November 3, 2017, by Michael Wetter:
Removedimportstatement.
This is for #852. -
January 6, 2016, by Moritz Lauster:
Changed unit and comment of inputnOpafor correct display of units inweaBusand inputradHorIRtoHHorIRfor #376. -
May 5, 2015, by Filip Jorissen:
Convertedalgorithmsection intoequationsection for easier differentiability. -
August 11, 2012, by Wangda Zuo:
RenamedradHortoradHorIR. -
October 3, 2011, by Michael Wetter:
Used enumeration to set the sky temperature computation. Fixed error inif-thenstatement that led to a selection of the wrong branch to compute the sky temperature. -
March 16, 2011, by Michael Wetter:
Added types for parameters and attributes for variables. Removed default parameter value. -
March 15, 2011, by Wangda Zuo:
UsesmoothMin()instead ofmin(). -
June 1, 2010, by Wangda Zuo:
First implementation.