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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.ThermalZones.Detailed.BaseClasses.ParameterConstructionWithWindow[4] | conPar | Construction parameters | |
| Buildings.HeatTransfer.Data.GlazingSystems.DoubleClearAir13Clear | glaSys | Glazing system | |
| Data.OpaqueConstructions.Insulation100Concrete200 | insCon | Insulation and concrete material |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.HeatTransfer.Windows.FixedShade[4] | sha | Shade model | |
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | ||
| Buildings.BoundaryConditions.SolarIrradiation.DirectTiltedSurface | HDirTil | Direct solar irradiation | |
| Modelica.Blocks.Routing.Replicator | H | Replicator | |
| Modelica.Blocks.Routing.Replicator | incAng | Replicator |
Revisions
-
September 16, 2021, by Michael Wetter:
Removed parameterlatbecause 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:
Removedredeclarestatement forconPar.layer. -
July 5, 2012, by Michael Wetter:
Changed values ofwLandwRfor overhang andhfor window, to be measured from the corner of the window. -
March 6, 2012, by Michael Wetter:
First implementation.