modelShadowEffect

Shadow effect of horizotal shield, reducing the solar radiation through the window

Information

Overview

This model represents the reducing effect of solar radiation caused by the shadow on the window surface.

Concept

The model calculates the ratio of the shadow on the window glazing area to determine the radiation reduction.

  • For the area without shadow, the solar radiation remains unchanged.
  • For the area with shadow, the direct radiation is reduced to zero, the diffuse radiation is reduced according to the defined type.

Assumptions

  • The diffuse radiation has a vertical incident angle between 0° (horizontal to the ground) and 90° (vertical to the ground, upward).
  • The reduction of reflected radiation is not considered.

Example Results

AixLib.ThermalZones.HighOrder.Components.Shadow.Examples.ShadowEffectTest

Parameters

TypeNameDefaultDescription
AixLib.ThermalZones.HighOrder.Components.Shadow.Types.selectorShadowEffectModecalModDiffuse radiation calculation mode: {constRedDiffAllDir, constRedDiffPerpDir, varRedDiffAsDirRad}
Modelica.Units.SI.LengthlenShie0.3Horizontal length of the sun shield
Modelica.Units.SI.LengthheiWinMin0.1Distance from shield to upper border of window
Modelica.Units.SI.LengthheiWinMax1.1Distance from shield to lower border of window
Modelica.Units.NonSI.Angle_degaziDeg-54Surface azimuth, S=0°, W=90°, N=180°, E=-90°
RealredFacDifRad1Reduce factor of shadow effect for diffuse radiation: 0=fully reduced, 1=no addtional reduce
IntegerN100Number of discretisation angles to calculate the shadow factor

Connectors

TypeNameDefaultDescription
BoundaryConditions.WeatherData.BusweaBusWeather bus
Utilities.Interfaces.SolarRad_insolRadIn
Utilities.Interfaces.SolarRad_outsolRadOut

Components

TypeNameDefaultDescription
ShadowLengthshaLen
Modelica.Units.SI.TransmissionCoefficientgShaDirShadow coefficient for direct radiation: 0=full shadowed, 1=no shadow

Revisions

  • December 2023, by Jun Jiang:
    Implemented.
    This is for #1433.