modelExteriorWallWithWindow

Test model for an exterior wall with a window

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

Information

This model tests the exterior constructions with windows.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.AreaA3*10Heat transfer area of wall and window
Modelica.Units.SI.LengthhWin2Window height
Modelica.Units.SI.LengthwWin3Window width
Modelica.Units.SI.AreaAWinhWin*wWinHeat transfer area of frame and window
RealfFra0.1Fraction of window frame divided by total window area
Modelica.Units.SI.AreaAFrafFra*AWinFrame area
Modelica.Units.SI.AreaAGlaAWin - AFraGlass area
BooleanlinearizeRadiationfalseSet to true to linearize emissive power
HeatTransfer.Data.GlazingSystems.DoubleClearAir13ClearglaSysRecord for glazing system
HeatTransfer.Data.OpaqueConstructions.Insulation100Concrete200extConMatRecord for material layers
Buildings.ThermalZones.Detailed.BaseClasses.ParameterConstructionWithWindowconParData for construction with window

Components

TypeNameDefaultDescription
ConstructionWithWindow[1]conExtConstruction of an exterior wall with a window
Buildings.ThermalZones.Detailed.BaseClasses.ExteriorBoundaryConditionsWithWindowbouConExtExterior boundary conditions for constructions with a window
Buildings.HeatTransfer.Sources.FixedTemperatureTRooRoom temperature
Buildings.HeatTransfer.Convection.Interior[1]conModel for heat convection
Modelica.Thermal.HeatTransfer.Components.ThermalCollectortheColThermal collector to link a vector of models to a single model
BoundaryConditions.WeatherData.ReaderTMY3weaDat
Modelica.Blocks.Sources.ConstantuShaShading control signal
Modelica.Thermal.HeatTransfer.Components.ThermalCollectortheCol1Thermal collector to link a vector of models to a single model
HeatTransfer.Radiosity.IndoorRadiosityindRadModel for indoor radiosity
Modelica.Blocks.Sources.Constant[1,size(glaSys.glass, 1)]QAbsSolar radiation absorbed by glass
Modelica.Blocks.Sources.ConstantQAbsShaSolar radiation absorbed by interior shade
Modelica.Blocks.Sources.ConstantQTraSolar radiation absorbed by exterior shade
Buildings.HeatTransfer.Windows.InteriorHeatTransferConvective[1]intShaConModel for interior shade heat transfer
Buildings.HeatTransfer.Windows.BaseClasses.ShadeRadiation[1]intShaRadInterior shade radiation model

Revisions

  • September 16, 2021, by Michael Wetter:
    Removed assignment of parameter lat as this is now obtained from the weather data reader.
    This is for IBPSA, #1477.
  • February 18, 2020, by Michael Wetter:
    Corrected wrong parameter assignment.
    This is for #1766.
  • March 13, 2015, by Michael Wetter:
    Changed model for OpenModelica.
  • April 29, 2013, by Michael Wetter:
    Corrected wrong assignment of parameter in instance bouConExt(conMod=...) which was set to an interior instead of an exterior convection model.
  • June 12, 2013, by Michael Wetter:
    Redesigned model to separate convection from radiation, which is required for the implementation of a CFD model. Corrected wrong connection to frame heat transfer. The previous implementation accounted twice for the convective resistance of the frame on the room-side.
  • 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.
  • March 7, 2012, by Michael Wetter:
    Updated example to use new data model Buildings.ThermalZones.Detailed.BaseClasses.ParameterConstructionWithWindow in model for boundary conditions.
  • December 6, 2010, by Michael Wetter:
    First implementation.