modelSideFins
Test model for side fins
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example uses the basic side fins model with solar angles as input and calculates the fraction of total window area that is exposed to the sun. For a detailed description of the solar angles used in the model, see to documentation in the package Buildings.BoundaryConditions.SolarGeometry. For a detail description of side fin model, see Buildings.HeatTransfer.Windows.BaseClasses.SideFins. The required data for the solar angle calculations are obtained from the weather data.
Solar angles used in this model are:- Buildings.BoundaryConditions.SolarGeometry.ZenithAngle: Angle between sun ray and normal to horizontal surface
- Buildings.BoundaryConditions.SolarGeometry.IncidenceAngle: Solar incidence angle on a tilted surface
- Buildings.BoundaryConditions.SolarGeometry.BaseClasses.AltitudeAngle: Angle between Sun ray and horizontal surface
- Buildings.BoundaryConditions.SolarGeometry.BaseClasses.WallSolarAzimuth: Angle measured in horizontal plane between projection of sun's rays and normal to vertical surface
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.SolarGeometry.ZenithAngle | zen | Zenith angle: angle between the earth surface normal and the sun's beam | |
| Buildings.BoundaryConditions.SolarGeometry.IncidenceAngle | incAng | Solar incidence angle on a tilted surface | |
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | Weather data | |
| Buildings.HeatTransfer.Windows.BaseClasses.SideFins | fin | Calculates fraction of window area shaded by the side fins | |
| Buildings.BoundaryConditions.SolarGeometry.BaseClasses.AltitudeAngle | altAng | Altitude angle: Angle between Sun ray and horizontal surface | |
| Buildings.BoundaryConditions.SolarGeometry.BaseClasses.WallSolarAzimuth | walSolAzi | Angle measured in horizontal plane between projection of sun's rays and normal to vertical surface |
Revisions
-
September 16, 2021, by Michael Wetter:
Removed assignment of parameterlatas this is now obtained from the weather data reader.
This is for IBPSA, #1477. -
July 5, 2012, by Michael Wetter:
Changed definitions of side fin heighthto be measured from the top of the window. -
Feb 01, 2012, by Kaustubh Phalak
First implementation.