Buildings.BoundaryConditions.Validation
Collection of validation models Validation
Information
This package contains models for validation of weather data models.
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Package Content
Name | Description |
---|---|
UsersGuide | User's Guide |
IsotropicAndPerezDiffuseRadiation | Partial model to run BESTEST validation case studies for weather data processing |
BESTEST | Boundary conditions validation according to BESTEST specifications |
Buildings.BoundaryConditions.Validation.IsotropicAndPerezDiffuseRadiation
Partial model to run BESTEST validation case studies for weather data processing
Information
This model outputs the global radiation with a certain inclination and orientation
using the isotropic sky model and the Perez sky model. The variable H
is
the global radiation calculated using the isotropic sky model, while HPer
is
the global radiation calculated using the Perez sky model.
Extends from Buildings.BoundaryConditions.SolarIrradiation.BaseClasses.PartialSolarIrradiation (Partial model that is used to compute the direct and diffuse solar irradiation).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Angle | til | Surface tilt [rad] | |
Angle | azi | Azimuth angle [rad] | |
Real | rho | 0.2 | Ground reflectance |
Connectors
Type | Name | Description |
---|---|---|
output RealOutput | H | Radiation per unit area [W/m2] |
Bus | weaBus | Bus with weather data |
output RealOutput | HPer | Radiation per unit area using Perez Model [W/m2] |