modelHDifToClearCovered
Splits the total diffuse irradiation in diffuse irradiation at clear and
covered sky
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This model calculates the diffuse irradiation at clear and covered sky out of the total diffuse irradiation. Therefore it uses the total sky cover.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | HDifHor | Horizontal diffuse solar radiation. | |
| Modelica.Blocks.Interfaces.RealInput | HDifTil | Hemispherical diffuse solar irradiation on a tilted surface from the sky | |
| Modelica.Blocks.Interfaces.RealOutput | HDifHorCov | Horizontal diffuse solar radiation at covered sky. | |
| Modelica.Blocks.Interfaces.RealOutput | HDifHorCle | Horizontal diffuse solar radiation at clear sky. | |
| Modelica.Blocks.Interfaces.RealOutput | HDifTilCov | Hemispherical diffuse solar irradiation on a tilted surface at covered sky | |
| Modelica.Blocks.Interfaces.RealOutput | HDifTilCle | Hemispherical diffuse solar irradiation on a tilted surface at clear sky | |
| Modelica.Blocks.Interfaces.RealInput | nTot | Total sky Cover |
Revisions
- June 30, 2016, by Stanley Risch:
Implemented.