Package with models for constructions that are used in the room model
Extends from Modelica.Icons.VariantsPackage (Icon for package containing variants).
Name | Description |
---|---|
Construction | Model for an opaque construction that has no window |
ConstructionWithWindow | Model for an opaque construction that has one window embedded in the construction |
Examples | Collection of models that illustrate model use and test models |
BaseClasses | Package with base classes for Buildings.Rooms.Constructions |
Model for an opaque construction that has no window
layers
to access the material properties
of the opaque construction. The heat transfer is computed in the instance
opa
, which uses the model
Buildings.HeatTransfer.Conduction.MultiLayer.
Extends from Buildings.Rooms.Constructions.BaseClasses.PartialConstruction (Partial model for exterior construction that has no window).
Type | Name | Default | Description |
---|---|---|---|
Area | A | Heat transfer area [m2] | |
Angle | til | Surface tilt [rad] | |
Opaque construction | |||
Area | AOpa | A | Heat transfer area of opaque construction [m2] |
Generic | layers | Material properties of opaque construction | |
Initialization | |||
Boolean | steadyStateInitial | false | =true initializes dT(0)/dt=0, false initializes T(0) at fixed temperature using T_a_start and T_b_start |
Temperature | T_a_start | 293.15 | Initial temperature at port_a, used if steadyStateInitial = false [K] |
Temperature | T_b_start | 293.15 | Initial temperature at port_b, used if steadyStateInitial = false [K] |
Type | Name | Description |
---|---|---|
HeatPort_a | opa_a | Heat port at surface a of opaque construction |
HeatPort_b | opa_b | Heat port at surface b of opaque construction |
Model for an opaque construction that has one window embedded in the construction
This model is used to compute heat transfer through constructions with windows inside the room model.
The model consists of the following two main submodels:
opa
, which uses the model
Buildings.HeatTransfer.Conduction.MultiLayer to compute
the heat transfer through the opaque part of the construction.
This model uses the record layers
to access the material properties
of the opaque construction.
win
, which uses the model
Buildings.HeatTransfer.Windows.Window to compute
the heat transfer through the glazing system.
This model uses the record glaSys
to access the material properties
of the glazing system.
The parameter A
is the area of the opaque construction plus the window.
The parameter AWin
is the area of the glazing system, including the frame.
The area of the opaque construction is assigned internally as AOpa=A-AWin
.
Extends from Buildings.Rooms.Constructions.BaseClasses.PartialConstruction (Partial model for exterior construction that has no window).
Type | Name | Default | Description |
---|---|---|---|
Area | A | Heat transfer area [m2] | |
Angle | til | Surface tilt [rad] | |
Opaque construction | |||
Area | AOpa | A - AWin | Heat transfer area of opaque construction [m2] |
Generic | layers | Material properties of opaque construction | |
Initialization | |||
Boolean | steadyStateInitial | false | =true initializes dT(0)/dt=0, false initializes T(0) at fixed temperature using T_a_start and T_b_start |
Temperature | T_a_start | 293.15 | Initial temperature at port_a, used if steadyStateInitial = false [K] |
Temperature | T_b_start | 293.15 | Initial temperature at port_b, used if steadyStateInitial = false [K] |
Glazing system | |||
Area | AWin | Heat transfer area of window [m2] | |
Real | fFra | 0.1 | Fraction of window frame divided by total window area |
Boolean | linearizeRadiation | true | Set to true to linearize emissive power |
Generic | glaSys | redeclare parameter HeatTran... | Material properties of glazing system |
Advanced | |||
Boolean | homotopyInitialization | true | = true, use homotopy method |
Type | Name | Description |
---|---|---|
HeatPort_a | opa_a | Heat port at surface a of opaque construction |
HeatPort_b | opa_b | Heat port at surface b of opaque construction |
output RadiosityOutflow | JOutUns_a | Outgoing radiosity that connects to unshaded part of glass at exterior side [W] |
input RadiosityInflow | JInUns_a | Incoming radiosity that connects to unshaded part of glass at exterior side [W] |
output RadiosityOutflow | JOutSha_a | Outgoing radiosity that connects to shaded part of glass at exterior side [W] |
input RadiosityInflow | JInSha_a | Incoming radiosity that connects to shaded part of glass at exterior side [W] |
HeatPort_a | glaUns_a | Heat port at unshaded glass of exterior-facing surface |
HeatPort_a | glaSha_a | Heat port at shaded glass of exterior-facing surface |
HeatPort_a | fra_a | Heat port at frame of exterior-facing surface |
input RealInput | uSha | Control signal for the shading device, 0: unshaded; 1: fully shaded (removed if no shade is present) |
output RadiosityOutflow | JOutUns_b | Outgoing radiosity that connects to unshaded part of glass at room-side [W] |
input RadiosityInflow | JInUns_b | Incoming radiosity that connects to unshaded part of glass at room-side [W] |
output RadiosityOutflow | JOutSha_b | Outgoing radiosity that connects to shaded part of glass at room-side [W] |
input RadiosityInflow | JInSha_b | Incoming radiosity that connects to shaded part of glass at room-side [W] |
HeatPort_b | glaUns_b | Heat port at unshaded glass of room-facing surface |
HeatPort_b | glaSha_b | Heat port at shaded glass of room-facing surface |
HeatPort_b | fra_b | Heat port at frame of room-facing surface |
input RealInput | QAbsUns_flow[size(glaSys.glass, 1)] | Solar radiation absorbed by unshaded part of glass [W] |
input RealInput | QAbsSha_flow[size(glaSys.glass, 1)] | Solar radiation absorbed by shaded part of glass [W] |