modelCenterOfGlass

Model for center of glass of a window construction

Extends from Buildings.HeatTransfer.Radiosity.BaseClasses.RadiosityTwoSurfaces (Model for the radiosity balance of a device with two surfaces).

Information

This is a model for the heat transfer through the center of the glass. The properties of the glazing system is defined by the parameter glaSys. The model contains these main component models: Note that this model does not compute heat conduction through the frame and it does not model the convective heat transfer at the exterior and interior surface. These models are implemented in Buildings.HeatTransfer.Windows.Window, Buildings.HeatTransfer.Windows.ExteriorHeatTransfer, and Buildings.HeatTransfer.Windows.InteriorHeatTransferConvective.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.AreaA (from RadiosityTwoSurfaces)Heat transfer area
BooleanhomotopyInitializationtrue= true, use homotopy method
Modelica.Units.SI.AngletilSurface tilt (only 90 degrees=vertical is implemented)
Buildings.HeatTransfer.Data.GlazingSystems.GenericglaSysGlazing system
BooleanlinearizefalseSet to true to linearize emissive power

Connectors

TypeNameDefaultDescription
Buildings.HeatTransfer.Interfaces.RadiosityInflowJIn_a (from RadiosityTwoSurfaces)Incoming radiosity at surface a
Buildings.HeatTransfer.Interfaces.RadiosityInflowJIn_b (from RadiosityTwoSurfaces)Incoming radiosity at surface b
Buildings.HeatTransfer.Interfaces.RadiosityOutflowJOut_a (from RadiosityTwoSurfaces)Outgoing radiosity at surface a
Buildings.HeatTransfer.Interfaces.RadiosityOutflowJOut_b (from RadiosityTwoSurfaces)Outgoing radiosity at surface b
Modelica.Blocks.Interfaces.RealInputuInput connector, used to scale the surface area to take into account an operable shading device
Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_aglass_aHeat port connected to the outside facing surface of the glass
Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_bglass_bHeat port connected to the room-facing surface of the glass
Modelica.Blocks.Interfaces.RealInput[nGlaLay]QAbs_flowSolar radiation absorbed by glass

Components

TypeNameDefaultDescription
Buildings.HeatTransfer.Windows.BaseClasses.GlassLayerglassWindow glass layer
Buildings.HeatTransfer.Windows.BaseClasses.GasConvection[nGlaLay - 1]gasWindow gas layer

Revisions

  • May 24, 2022, by Jianjun Hu:
    Changed the gas layer to be conditional.
    This is for #3026.
  • April 14, 2020, by Michael Wetter:
    Changed homotopyInitialization to a constant.
    This is for IBPSA, #1341.
  • March 13, 2015, by Michael Wetter:
    Changed assignment of nLay to avoid a translation error in OpenModelica.
  • July 25, 2014, by Michael Wetter:
    Propagated parameter homotopyInitialization.
  • May 30, 2014, by Michael Wetter:
    Removed undesirable annotation Evaluate=true.
  • July 9 2012, by Wangda Zuo:
    Fixed a bug in the parameter assignment of the instance glass. Previously, the infrared emissivity of surface a was assigned to the surface b.
  • Sep. 3 2010, by Michael Wetter:
    First implementation.