modelDiffuseIsotropic
Test model for diffuse solar irradiation on a tilted surface using the isotropic model
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example computes the hemispherical diffuse irradiation on a roof, wall and a floor, using an isotropic sky model. Since the floor only sees the ground, it receives the lowest amount of diffuse solar irradiation.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | rho | 0.2 | Ground reflectance |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.WeatherData.Bus | weaBus | Weather data bus |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | ||
| Buildings.BoundaryConditions.SolarIrradiation.DiffuseIsotropic | HDifRoo | Diffuse irradiation on roof | |
| Buildings.BoundaryConditions.SolarIrradiation.DiffuseIsotropic | HDifFlo | Diffuse irradiation on floor | |
| Buildings.BoundaryConditions.SolarIrradiation.DiffuseIsotropic | HDifWal | Diffuse irradiation on wall |
Revisions
-
May 24, 2010, by Wangda Zuo:
First implementation.