Collection of models that illustrate model use and test models
This package contains examples for the use of models that can be found in Annex60.BoundaryConditions.SolarIrradiation.
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Name | Description |
---|---|
DiffuseIsotropic | Test model for diffuse solar irradiation on a tilted surface using the isotropic model |
DiffusePerez | Test model for diffuse solar irradiation on a tilted surface using the Perez model |
DirectTiltedSurface | Test model for direct solar irradiation on a tilted surface |
Test model for diffuse solar irradiation on a tilted surface using the isotropic model
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.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Type | Name | Default | Description |
---|---|---|---|
Real | rho | 0.2 | Ground reflectance |
Type | Name | Description |
---|---|---|
Bus | weaBus | Weather data bus |
Test model for diffuse solar irradiation on a tilted surface using the Perez model
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.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Type | Name | Default | Description |
---|---|---|---|
Angle | lat | 37/180*Modelica.Constants.pi | Latitude [rad] |
Angle | azi | 0.3 | Azi angle [rad] |
Angle | til | 0.5 | Tilted angle [rad] |
Type | Name | Description |
---|---|---|
Bus | weaBus |
Test model for direct solar irradiation on a tilted surface
This model tests the direct solar irradiation received on a ceiling, a wall and a floor. The assert statement will stop the simulation if the floor receives any direct solar irradiation.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Type | Name | Default | Description |
---|---|---|---|
Angle | lat | 37/180*Modelica.Constants.pi | Latitude [rad] |