Buildings.ThermalZones.ISO13790.BaseClasses
Package with base classes for Buildings.Fluid
Information
This package contains base classes that are used to construct the models in IBPSA.ThermalZones.ISO13790.
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).
Package Content
Name | Description |
---|---|
GainMass | Mass node heat flow |
GainSurface | Surface node heat flow |
GlazedElements | |
OpaqueElements |
Buildings.ThermalZones.ISO13790.BaseClasses.GainMass
Mass node heat flow
Information
This model calculates the heat gains injected to the mass node. More information can be found in the documentation of Buildings.ThermalZones.ISO13790.Zone5R1C.Zone
Parameters
Type | Name | Default | Description |
---|---|---|---|
Area | ATot | Total area of building's surfaces facing the thermal zone [m2] | |
Real | facMas | Effective mass area factor | |
Area | AFlo | Floor area [m2] |
Connectors
Type | Name | Description |
---|---|---|
input RealInput | intSenGai | Internal sensible heat gains [W] |
input RealInput | solGai | Solar gains [W] |
output RealOutput | masGai | Heat gain to mass node [W] |
Modelica definition
Buildings.ThermalZones.ISO13790.BaseClasses.GainSurface
Surface node heat flow
Information
This model calculates the heat gains injected to the surface node. More information can be found in the documentation of Buildings.ThermalZones.ISO13790.Zone5R1C.Zone
Parameters
Type | Name | Default | Description |
---|---|---|---|
Area | ATot | Total area of building's surfaces facing the thermal zone [m2] | |
ThermalConductance | HWinGai | Thermal conductance through windows [W/K] | |
Real | facMas | Effective mass area factor | |
Area | AFlo | Floor area [m2] |
Connectors
Type | Name | Description |
---|---|---|
input RealInput | intSenGai | Internal sensible heat gains [W] |
input RealInput | solGai | Solar gains [W] |
output RealOutput | surGai | Heat gain to surface node [W] |
Modelica definition
Buildings.ThermalZones.ISO13790.BaseClasses.GlazedElements
Information
This model calculates the heat flow by solar gains through each glazed element k. The heat flow is given by
Φsol,k =Fsh,k Isol,k gfac (1-Fframe) Awin,k
where Fsh,k is the shading reduction factor which is set to 0.9 by deafult, Isol,k is the solar irradiance per square meter of surface area, gfac is the total solar energy transmittance of the trasparent element, Fframe is the frame area fraction, and Awin,k is the overall area of the glazed element in square meters. The model neglects the extra heat flow due to thermal radiation to the sky from the building.
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | n | ||
Real | AWin[:] | Area of windows | |
Real | surTil[:] | Tilt angle of surfaces | |
Real | surAzi[:] | Azimuth angle of surfaces | |
Real | gFac | Energy transmittance of glazings | |
Real | winFra | Frame fraction of windows | |
Real | shaRedFac | 0.9 | Shading reduction factor [1] |
Connectors
Type | Name | Description |
---|---|---|
Bus | weaBus | |
output RealOutput | solRadWin | Solar radiation through windows |
Modelica definition
Buildings.ThermalZones.ISO13790.BaseClasses.OpaqueElements
Information
This model calculates the heat flow by solar gains through each opaque building element k. The heat flow is given by
Φsol,k =Fsh,k Isol,k αk Rse Uk Ak - Ff Φr,k
where Fsh,k is the shading reduction factor, Isol,k is the solar irradiance per square meter of surface area, αk is the dimensionless absportion coefficient for solar radiation of the opaque element, Rse is the external surface heat resistance of the opaque element in (m K/W), and Ak is the area of the opaque element.
The form factor between the building element and the sky Ff is set to 1 for roofs and 0.5 for external walls. The extra heat flow due to thermal radiation to the sky is given by
Φr,k =hr ΔTsky Rse Uk Ak
where hr is the external radiative heat transfer coefficent which is approximated as 5 ε W/m2K (where ε is the emissivity for the thermal radiation of the external surface), and ΔTsky is the average temperature difference between the external air temperature and the apparent sky temperature.
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | n | ||
Real | AWal[:] | Area of external walls | |
Real | ARoo | Area of roof | |
Real | UWal | U-value of external walls | |
Real | URoo | U-value of roof | |
Real | surTil[:] | Tilt angle of surfaces | |
Real | surAzi[:] | Azimuth angle of surfaces | |
Real | eps | 0.9 | Emissivity of external surface |
Real | alp | 0.6 | Absorption coefficient |
Real | surRes | 0.04 | External surface heat resistance |
Connectors
Type | Name | Description |
---|---|---|
Bus | weaBus | |
output RealOutput | y | Solar radiation through windows |