modelGlassLayer
Model for a glass layer of a window assembly
Extends from Buildings.HeatTransfer.Radiosity.BaseClasses.RadiosityTwoSurfaces (Model for the radiosity balance of a device with two surfaces), Buildings.HeatTransfer.Radiosity.BaseClasses.ParametersTwoSurfaces (Parameters that are used to model two surfaces with the same area).
Information
Model of a single layer of window glass. The input portQAbs_flow
needs to be connected to the solar radiation that is absorbed
by the glass pane.
The model computes the heat conduction between the two glass surfaces.
The heat flow QAbs_flow is added at the center of the glass.
Parameters
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.HeatTransfer.Interfaces.RadiosityInflow | JIn_a (from RadiosityTwoSurfaces) | Incoming radiosity at surface a | |
| Buildings.HeatTransfer.Interfaces.RadiosityInflow | JIn_b (from RadiosityTwoSurfaces) | Incoming radiosity at surface b | |
| Buildings.HeatTransfer.Interfaces.RadiosityOutflow | JOut_a (from RadiosityTwoSurfaces) | Outgoing radiosity at surface a | |
| Buildings.HeatTransfer.Interfaces.RadiosityOutflow | JOut_b (from RadiosityTwoSurfaces) | Outgoing radiosity at surface b | |
| Modelica.Blocks.Interfaces.RealInput | u | Input connector, used to scale the surface area to take into account an operable shading device | |
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | port_a | Heat port at surface a | |
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b | port_b | Heat port at surface b | |
| Modelica.Blocks.Interfaces.RealInput | QAbs_flow | Solar radiation absorbed by glass |
Revisions
-
April 14, 2020, by Michael Wetter:
ChangedhomotopyInitializationto a constant.
This is for IBPSA, #1341. -
October 24, 2016, by Michael Wetter:
Removed declarations ofA,absIR_a,absIR_bandtauIR, which are already declared in the base class. -
December 8, 2014, by Michael Wetter:
Added termtauIR * (JIn_a - JIn_b)to heat balance. This is to correct issue #304 that led to an error in the glass temperatures if the glass conductance is very small. -
October 17, 2014, by Michael Wetter:
Removed nominal value for heat ports as the default is already 300 Kelvin. -
October 15, 2014, by Michael Wetter:
Changed type oftauIRfromModelica.Units.SI.EmissivitytoModelica.Units.SI.TransmissionCoefficient. This avoids a type 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. -
March 20, 2012 by Wangda Zuo:
Fixed bug for heat flow reported by Pierre Tittelein and fixed bug for temperature linearization. -
April 2, 2011 by Michael Wetter:
Addedhomotopyoperator. -
August 18 2010, by Michael Wetter:
First implementation.