modelCenterOfGlass

Test model for center of glas heat transfer

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

Information

This model tests the heat transfer for the center of the glass, with and without a shading device.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.AreaA1Window surface area
BooleanlinearizefalseSet to true to linearize emissive power
Buildings.HeatTransfer.Data.GlazingSystems.DoubleClearAir13ClearglaSysParameters for glazing system

Components

TypeNameDefaultDescription
Buildings.HeatTransfer.Windows.BaseClasses.CenterOfGlassshaModel for fraction of window that has a shade
Modelica.Blocks.Sources.RampuShaControl signal for shade
Buildings.HeatTransfer.Sources.PrescribedTemperatureTAirOutOutside air temperature
Modelica.Blocks.Sources.ConstantTOutOutside temperature
Buildings.HeatTransfer.Sources.PrescribedTemperatureTAirRooRoom temperature
Buildings.HeatTransfer.Radiosity.OpaqueSurfaceradInModel for inside radiosity
Modelica.Blocks.Sources.ConstantTRooRoom temperature
Buildings.HeatTransfer.Sources.PrescribedTemperatureTRadRooRoom radiative temperature
Buildings.HeatTransfer.Radiosity.RadiositySplitterradShaIntRadiosity that strikes shading device
Buildings.HeatTransfer.Windows.BaseClasses.CenterOfGlassnonShaModel for fraction of window that has no shade
Buildings.HeatTransfer.Radiosity.RadiositySplitterradShaOutRadiosity that strikes shading device
Buildings.HeatTransfer.Radiosity.OutdoorRadiosityradOutOutdoor radiosity
Modelica.Thermal.HeatTransfer.Components.ConvectionconRooShaConvection for room-facing surface of shaded part of window
Modelica.Thermal.HeatTransfer.Components.ConvectionconOutShaConvection for outside-facing surface of shaded part of window
Modelica.Thermal.HeatTransfer.Components.ConvectionconOutNonSha1Convection for outside-facing surface of non-shaded part of window
Modelica.Thermal.HeatTransfer.Components.ConvectionconRooNonShaConvection for room-facing surface of non-shaded part of window
Modelica.Blocks.Sources.ConstanthAConvection coefficient times total area
Modelica.Blocks.Math.ProducthAShaConvection of shaded part of window
Modelica.Blocks.Math.ProducthANonShaConvection of non-shaded part of window
Buildings.HeatTransfer.Windows.BaseClasses.ShadingSignalshaConBounds the shading signal
Modelica.Blocks.Sources.Constant[size(glaSys.glass, 1)]QAbsSolar radiation absorbed by glass
Modelica.Blocks.Math.MultiSumsumJSum of radiosities from the two surfaces

Revisions

  • March 13, 2015, by Michael Wetter:
    Changed model to avoid a translation error in OpenModelica.
  • June 27, 2013, by Michael Wetter:
    Changed model because the outflowing radiosity has been changed to be a non-negative quantity. See track issue #158.
  • May 1, 2013, by Michael Wetter:
    Declared the parameter record to be a parameter, as declaring its elements to be parameters does not imply that the whole record has the variability of a parameter.