modelShadedRadSol
Block that computes surface-dependent environment data
Extends from IDEAS.BoundaryConditions.SolarIrradiation.RadSol (Block that computes surface-dependent environment data).
Information
Model of equivalent radiative temperature is according to page 73 in [Walton 1983].
References
[Walton 1983]: G.N. Walton, "Thermal Analysis Research Program Reference Manual (NBSSIR 83-2655)", U.S. Department of Commerce, National Bureau of Standards, U.S. Department of Energy, 1983.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | rho (from RadSol) | 0.2 | Ground reflectance |
| Modelica.Units.SI.Angle | inc (from RadSol) | inclination | |
| Modelica.Units.SI.Angle | azi (from RadSol) | azimuth | |
| Modelica.Units.SI.Angle | lat (from RadSol) | latitude | |
| Boolean | remDefVals (from RadSol) | false | Remove default signal values |
| Boolean | outputAngles (from RadSol) | true | Set to false when linearising only |
Connectors
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SolarGeometry.BaseClasses.IncidenceAngle | incAng (from RadSol) | Inclination angle | |
| SolarIrradiation.BaseClasses.DiffusePerez | HDifTil (from RadSol) | Computation of diffuse solar irradiation on tilted surface | |
| IDEAS.BoundaryConditions.SolarGeometry.BaseClasses.SolarAzimuth | solAzi | Solar azimuth angle | |
| Modelica.Blocks.Math.Add | relAzi | Azimuth angle relative to surface azimuth | |
| Modelica.Blocks.Sources.Constant | surfAzi | Surface azimuth angle |
Revisions
-
January 21, 2018 by Filip Jorissen:
Revised azimuth angle computation. See #753. -
January 20, 2017 by Filip Jorissen:
Changed computation of Tenv. See issue #623. -
September 22, 2016 by Filip Jorissen:
Reworked implementation such that we use Annex 60 baseclasses. -
March 25, 2016 by Filip Jorissen:
Reworked radSol implementation to use RealInputs instead of weaBus. This simplifies translation and interpretation. -
February 10, 2015 by Filip Jorissen:
Adjusted implementation for grouping of solar calculations.