blockDirectTiltedSurface
Direct solar irradiation on a tilted surface
Extends from Buildings.BoundaryConditions.SolarIrradiation.BaseClasses.PartialSolarIrradiation (Partial model that is used to compute the direct and diffuse solar irradiation).
Information
This component computes the direct solar irradiation on a tilted surface. For a definition of the parameters, see the User's Guide.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Angle | til (from PartialSolarIrradiation) | Surface tilt | |
| Modelica.Units.SI.Angle | azi | Surface azimuth |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput | H (from PartialSolarIrradiation) | Radiation per unit area | |
| WeatherData.Bus | weaBus (from PartialSolarIrradiation) | Bus with weather data | |
| Modelica.Blocks.Interfaces.RealOutput | inc | Incidence angle |
Revisions
-
September 6, 2021, by Ettore Zanetti:
Removed parameterlatas it is now obtained from the weather data bus.
This is for IBPSA, #1477. -
April 21, 2016, by Michael Wetter:
Removed duplicate instanceweaBus. This is for https://github.com/ibpsa/modelica-ibpsa/issues/461. -
December 12, 2010, by Michael Wetter:
Added incidence angle as output as this is needed for the room model. -
May 24, 2010, by Wangda Zuo:
First implementation.