modelHVACBuilding
Partial model that contains the HVAC and building model
Information
Partial model that contains an HVAC system connected to a building with five conditioned thermal zones.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Volume | VRooCor | flo.VRooCor | Room volume corridor |
| Modelica.Units.SI.Volume | VRooSou | flo.VRooSou | Room volume south |
| Modelica.Units.SI.Volume | VRooNor | flo.VRooNor | Room volume north |
| Modelica.Units.SI.Volume | VRooEas | flo.VRooEas | Room volume east |
| Modelica.Units.SI.Volume | VRooWes | flo.VRooWes | Room volume west |
| Modelica.Units.SI.Area | AFloCor | flo.AFloCor | Floor area corridor |
| Modelica.Units.SI.Area | AFloSou | flo.AFloSou | Floor area south |
| Modelica.Units.SI.Area | AFloNor | flo.AFloNor | Floor area north |
| Modelica.Units.SI.Area | AFloEas | flo.AFloEas | Floor area east |
| Modelica.Units.SI.Area | AFloWes | flo.AFloWes | Floor area west |
| Real | conv | 1.2/3600 | Conversion factor for nominal mass flow rate |
| Modelica.Units.SI.MassFlowRate | mCor_flow_nominal | Design mass flow rate core | |
| Modelica.Units.SI.MassFlowRate | mSou_flow_nominal | Design mass flow rate south | |
| Modelica.Units.SI.MassFlowRate | mEas_flow_nominal | Design mass flow rate east | |
| Modelica.Units.SI.MassFlowRate | mNor_flow_nominal | Design mass flow rate north | |
| Modelica.Units.SI.MassFlowRate | mWes_flow_nominal | Design mass flow rate west | |
| Modelica.Units.SI.MassFlowRate[5] | mCooVAV_flow_nominal | {mSou_flow_nominal, mEas_flow_nominal, mNor_flow_nominal, mWes_flow_nominal, mCor_flow_nominal} | Design mass flow rate of each zone |
| Modelica.Units.SI.Temperature | THeaWatInl_nominal | 45 + 273.15 | Reheat coil nominal inlet water temperature |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Examples.VAVReheat.BaseClasses.PartialHVAC | hvac | ||
| Buildings.Examples.VAVReheat.BaseClasses.PartialFloor | flo | ||
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | Weather data reader | |
| Fluid.Sources.Boundary_pT | sinHea | Sink for heating coil | |
| Fluid.Sources.Boundary_pT | souHea | Source for heating coil | |
| Fluid.Sources.Boundary_pT | sinCoo | Sink for cooling coil | |
| Fluid.Sources.Boundary_pT | souCoo | Source for cooling coil loop | |
| Fluid.Sources.Boundary_pT | souHeaTer | Source for heating of terminal boxes | |
| Fluid.Sources.Boundary_pT | sinHeaTer | Source for heating of terminal boxes |
Contents
| Name | Description |
|---|---|
| Medium model for air | |
| Medium model for water |
Revisions
-
December 20, 2021, by Michael Wetter:
Changed parameter declarations for issue #2829. -
November 17, 2021, by David Blum:
Changed chilled water supply temperature from 12 C to 6 C.
This is for issue #2763. -
October 4, 2021, by Michael Wetter:
Refactored Buildings.Examples.VAVReheat and its base classes to separate building from HVAC model.
This is for issue #2652.