modelExteriorWallTwoWindows
Test model for an exterior wall with two windows, one having a shade, the other not
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model tests the exterior construction with two windows.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nCon | 2 | Number of constructions |
| Modelica.Units.SI.Area[:] | A | {3*10, 3*10} | Heat transfer area of wall and window |
| Modelica.Units.SI.Length[:] | hWin | {2, 1} | Window height |
| Modelica.Units.SI.Length[:] | wWin | {3, 3} | Window width |
| Modelica.Units.SI.Area[:] | AWin | hWin.*wWin | Heat transfer area of frame and window |
| Real[:] | fFra | {0.1, 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 | glaSys1 | Record for glazing system | |
| HeatTransfer.Data.GlazingSystems.DoubleClearAir13Clear | glaSys2 | Record for glazing system | |
| Buildings.ThermalZones.Detailed.BaseClasses.ParameterConstructionWithWindow[nCon] | conPar | Construction parameters | |
| HeatTransfer.Data.OpaqueConstructions.Insulation100Concrete200 | extConMat | Record for material layers |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| ConstructionWithWindow[nCon] | 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[nCon] | 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[nCon] | indRad | Model for indoor radiosity | |
| Modelica.Blocks.Routing.Replicator | replicator | ||
| Modelica.Thermal.HeatTransfer.Components.ThermalCollector | theCol3 | Thermal collector to link a vector of models to a single model | |
| Modelica.Blocks.Sources.Constant[nCon] | QAbsSha | Solar radiation absorbed by interior shade | |
| Modelica.Blocks.Sources.Constant[nCon,size(glaSys1.glass, 1)] | QAbs | Solar radiation absorbed by glass | |
| Modelica.Blocks.Sources.Constant[nCon] | QTra | Solar radiation absorbed by exterior shade | |
| Buildings.HeatTransfer.Windows.BaseClasses.ShadeRadiation[nCon] | intShaRad | Interior shade radiation model | |
| Buildings.HeatTransfer.Windows.InteriorHeatTransferConvective[nCon] | intShaCon | Model for interior shade heat transfer |
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. -
November 17, 2016, by Thierry S. Nouidui:
Removed[:]inconPar.layersto avoid translation error in Dymola 2107. This is a work-around for a bug in Dymola which will be addressed in future releases. -
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. -
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.