modelGlobalPerezTiltedSurface
Test model for global solar irradiation on a tilted surface with diffuse
irradiation calculation based on Perez
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model tests the implementation of global irradiation computation based on Perez' model for diffuse solar radiation.
The three instances of the model compute the global solar irradiation on a roof, a wall and a floor.
Since the floor only sees the ground but not the radiative heat flow that is scattered in the atmosphere, it receives the lowest amount of diffuse and global solar irradiation.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | rho | 0.2 | Ground reflectance |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| WeatherData.Bus | weaBus | Weather data bus |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| WeatherData.ReaderTMY3 | weaDat | ||
| Buildings.BoundaryConditions.SolarIrradiation.GlobalPerezTiltedSurface | HGloRoo | Diffuse irradiation on roof | |
| Buildings.BoundaryConditions.SolarIrradiation.GlobalPerezTiltedSurface | HGloFlo | Diffuse irradiation on floor | |
| Buildings.BoundaryConditions.SolarIrradiation.GlobalPerezTiltedSurface | HGloWal | Diffuse irradiation on wall |
Revisions
-
Nov 14, 2022, by Laura Maier:
First implementation.