blockIncidenceAngle
Solar incidence angle on a tilted surface
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This component computes the solar incidence angle on a tilted surface. For a definition of the parameters, see the User's Guide IBPSA.BoundaryConditions.UsersGuide.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.SIunits.Angle | lat | Latitude | |
| Modelica.SIunits.Angle | azi | Surface azimuth | |
| Modelica.SIunits.Angle | til | Surface tilt |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput | y | Incidence angle | |
| WeatherData.Bus | weaBus | Weather data |
Revisions
-
November 30, 2011, by Michael Wetter:
Removedconnect(y, y)statement. -
February 28, 2011, by Wangda Zuo:
Use local civil time instead of clock time. -
May 19, 2010, by Wangda Zuo:
First implementation.