 
Package with models to compute the sky temperature
Extends from Modelica.Icons.VariantsPackage (Icon for package containing variants).
| Name | Description | 
|---|---|
|  BlackBody | Calculate black body sky temperature | 
|  Examples | Collection of models that illustrate model use and test models | 
 Buildings.BoundaryConditions.SkyTemperature.BlackBody
Buildings.BoundaryConditions.SkyTemperature.BlackBody
Calculate black body sky temperature
 
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.
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
| Type | Name | Default | Description | 
|---|---|---|---|
| SkyTemperatureCalculation | calTSky | SkyTemperatureCalculation.Te... | Computation of black-body sky temperature | 
| Type | Name | Description | 
|---|---|---|
| input RealInput | TDryBul | Dry bulb temperature at ground level [K] | 
| input RealInput | TDewPoi | Dew point temperature [K] | 
| input RealInput | nOpa | Opaque sky cover | 
| output RealOutput | TBlaSky | Black-body sky temperature [K] | 
| input RealInput | radHorIR | Horizontal infrared irradiation [W/m2] |