modelZoneHVAC
Thermal zone for HVAC based on 5R1C network
Extends from Zone (Thermal zone based on 5R1C network).
Information
This models is identical to Buildings.ThermalZones.ISO13790.Zone5R1C.Zone, except that a mixing volume is added for integration of HVAC systems based on fluid models. Latent heat gains are also considered.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Area | AFlo (from Zone) | Net conditioned floor area | |
| Modelica.Units.SI.Volume | VRoo (from Zone) | Volume of room | |
| Modelica.Units.SI.CoefficientOfHeatTransfer | hInt (from Zone) | 3.45 | Heat transfer coefficient between surface and air nodes |
| ISO13790.Data.Generic | buiMas (from Zone) | Building mass | |
| Integer | nOrientations (from Zone) | 4 | Number of orientations for vertical walls |
| Modelica.Units.SI.Angle[nOrientations] | surTil (from Zone) | Tilt angle of surfaces | |
| Modelica.Units.SI.Angle[nOrientations] | surAzi (from Zone) | Azimuth angle of surfaces | |
| Ventilation | |||
| Real | airRat (from Zone) | Air change rate | |
| Windows | |||
| Modelica.Units.SI.Area[nOrientations] | AWin (from Zone) | Area of windows | |
| Modelica.Units.SI.CoefficientOfHeatTransfer | UWin (from Zone) | U-value of windows | |
| Real | winFra (from Zone) | 0.001 | Frame fraction of windows |
| Real | gFac (from Zone) | Energy transmittance of glazings | |
| Real[:] | coeFac (from Zone) | {1} | Polynomial coefficients for gFac |
| Real | shaRedFac (from Zone) | 1 | Shading reduction factor |
| Opaque constructions | |||
| Modelica.Units.SI.Area[nOrientations] | AWal (from Zone) | Area of external walls (only opaque part) | |
| Modelica.Units.SI.Area | ARoo (from Zone) | Area of roof | |
| Modelica.Units.SI.CoefficientOfHeatTransfer | UWal (from Zone) | U-value of external walls | |
| Modelica.Units.SI.CoefficientOfHeatTransfer | URoo (from Zone) | U-value of roof | |
| Modelica.Units.SI.CoefficientOfHeatTransfer | UFlo (from Zone) | U-value of floor | |
| Real | b (from Zone) | 0.5 | Adjustment factor for ground heat transfer |
| General › Ports | |||
| Integer | nPorts | 0 | Number of fluid ports |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | intSenGai (from Zone) | Internal sensible heat gains | |
| Modelica.Blocks.Interfaces.RealOutput | TAir (from Zone) | Room air temperature | |
| Modelica.Blocks.Interfaces.RealOutput | TSur (from Zone) | Average inside surface temperature | |
| Buildings.BoundaryConditions.WeatherData.Bus | weaBus (from Zone) | Weather data bus | |
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | heaPorAir (from Zone) | Heat port to air node | |
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | heaPorSur (from Zone) | Heat port to surface temperatures | |
| Modelica.Blocks.Interfaces.RealInput | intLatGai | Internal latent heat gains | |
| Modelica.Fluid.Vessels.BaseClasses.VesselFluidPorts_b[nPorts] | ports | Fluid port for adding HVAC system, air infiltration and exfiltration |
Components
Contents
| Name | Description |
|---|---|
Revisions
-
Mar 16, 2022, by Alessandro Maccarini:
First implementation.