modelDiffusePerez
Test model for diffuse solar irradiation on a tilted surface using the Perez model
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model tests the implementation of Perez' model for diffuse solar radiation. The three instances of Perez' model compute the diffuse 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 solar irradiation.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.SIunits.Angle | lat | 37/180*Modelica.Constants.pi | Latitude |
| Modelica.SIunits.Angle | azi | 0.3 | Azi angle |
| Modelica.SIunits.Angle | til | 0.5 | Tilted angle |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| IBPSA.BoundaryConditions.WeatherData.Bus | weaBus |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| IBPSA.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | ||
| IBPSA.BoundaryConditions.SolarIrradiation.DiffusePerez | HDifRoo | Diffuse irradiation on roof | |
| IBPSA.BoundaryConditions.SolarIrradiation.DiffusePerez | HDifFlo | Diffuse irradiation on floor | |
| IBPSA.BoundaryConditions.SolarIrradiation.DiffusePerez | HDifWal | Diffuse irradiation on wall |
Revisions
-
May 24, 2010, by Wangda Zuo:
First implementation.