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
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Area | A | 3*10 | Heat transfer area of wall and window |
| Modelica.Units.SI.Length | hWin | 2 | Window height |
| Modelica.Units.SI.Length | wWin | 3 | Window width |
| Modelica.Units.SI.Area | AWin | hWin*wWin | Heat transfer area of frame and window |
| Real | fFra | 0.1 | Fraction of window frame divided by total window area |
| Modelica.Units.SI.Area | AFra | fFra*AWin | Frame area |
| Modelica.Units.SI.Area | AGla | AWin - AFra | Glass area |
| Boolean | linearizeRadiation | false | Set to true to linearize emissive power |
| HeatTransfer.Data.GlazingSystems.DoubleClearAir13Clear | glaSys | Record for glazing system | |
| HeatTransfer.Data.OpaqueConstructions.Insulation100Concrete200 | extConMat | Record for material layers | |
| Buildings.ThermalZones.Detailed.BaseClasses.ParameterConstructionWithWindow | conPar | Data for construction with window |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| ConstructionWithWindow[1] | conExt | Construction of an exterior wall with a window | |
| Buildings.ThermalZones.Detailed.BaseClasses.ExteriorBoundaryConditionsWithWindow | bouConExt | Exterior boundary conditions for constructions with a window | |
| Buildings.HeatTransfer.Sources.FixedTemperature | TRoo | Room temperature | |
| Buildings.HeatTransfer.Convection.Interior[1] | con | Model for heat convection | |
| Modelica.Thermal.HeatTransfer.Components.ThermalCollector | theCol | Thermal collector to link a vector of models to a single model | |
| BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | ||
| Modelica.Blocks.Sources.Constant | uSha | Shading control signal | |
| Modelica.Thermal.HeatTransfer.Components.ThermalCollector | theCol1 | Thermal collector to link a vector of models to a single model | |
| HeatTransfer.Radiosity.IndoorRadiosity | indRad | Model for indoor radiosity | |
| Modelica.Blocks.Sources.Constant[1,size(glaSys.glass, 1)] | QAbs | Solar radiation absorbed by glass | |
| Modelica.Blocks.Sources.Constant | QAbsSha | Solar radiation absorbed by interior shade | |
| Modelica.Blocks.Sources.Constant | QTra | Solar radiation absorbed by exterior shade | |
| Buildings.HeatTransfer.Windows.InteriorHeatTransferConvective[1] | intShaCon | Model for interior shade heat transfer | |
| Buildings.HeatTransfer.Windows.BaseClasses.ShadeRadiation[1] | intShaRad | Interior shade radiation model |
Revisions
-
September 16, 2021, by Michael Wetter:
Removed assignment of parameterlatas 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 instancebouConExt(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.