modelFixedShade

Test model for the fixed shade model

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

This model tests window overhang and side fins. There are four instances of sha. The first instance models an overhang only, the second models side fins and an overhang, the third models side fins only and the fourth has neither an overhang nor a side fin.

Parameters

TypeNameDefaultDescription
Buildings.ThermalZones.Detailed.BaseClasses.ParameterConstructionWithWindow[4]conParConstruction parameters
Buildings.HeatTransfer.Data.GlazingSystems.DoubleClearAir13ClearglaSysGlazing system
Data.OpaqueConstructions.Insulation100Concrete200insConInsulation and concrete material

Components

TypeNameDefaultDescription
Buildings.HeatTransfer.Windows.FixedShade[4]shaShade model
Buildings.BoundaryConditions.WeatherData.ReaderTMY3weaDat
Buildings.BoundaryConditions.SolarIrradiation.DirectTiltedSurfaceHDirTilDirect solar irradiation
Modelica.Blocks.Routing.ReplicatorHReplicator
Modelica.Blocks.Routing.ReplicatorincAngReplicator

Revisions

  • September 16, 2021, by Michael Wetter:
    Removed parameter lat because the latitude is now obtained from the weather data bus.
    This is for IBPSA, #1477.
  • October 20, 2014, by Michael Wetter:
    Corrected error in the documentation.
  • October 17, 2014, by Michael Wetter:
    Removed redeclare statement for conPar.layer.
  • July 5, 2012, by Michael Wetter:
    Changed values of wL and wR for overhang and h for window, to be measured from the corner of the window.
  • March 6, 2012, by Michael Wetter:
    First implementation.