Buildings.Fluid.ZoneEquipment
Package with common configurations of zonal HVAC systems
Information
This package contains models for common configurations of zonal HVAC systems, that are responsible for meeting the zonal heating and cooling loads.
Extends from Modelica.Icons.VariantsPackage (Icon for package containing variants).
Package Content
| Name | Description |
|---|---|
| System model for a four-pipe fan coil unit |
Buildings.Fluid.ZoneEquipment.FourPipe
System model for a four-pipe fan coil unit
Information
This is a four-pipe fan coil unit system model. The system consists of the following components:
-
A supply fan
fanof class Buildings.Fluid.Movers.FlowControlled_m_flow. -
Heating coil options for no heating coil, a hot-water heating coil or an electric
heating coil determined by the user selection for parameter
heaCoiTypas follows:-
No heating coil with bypass connector
pipBypof class Buildings.Fluid.FixedResistances.PressureDrop ifheaCoiTypis set toBuildings.Controls.OBC.ASHRAE.G36.Types.HeatingCoil.None. -
A hot-water heating coil
heaCoiHWof class Buildings.Fluid.HeatExchangers.DryCoilCounterFlow ifheaCoiTypis set toBuildings.Controls.OBC.ASHRAE.G36.Types.HeatingCoil.WaterBased. -
An electric heating coil
heaCoiEleof class Buildings.Fluid.HeatExchangers.HeaterCooler_u ifheaCoiTypis set toBuildings.Controls.OBC.ASHRAE.G36.Types.HeatingCoil.Electric.
-
No heating coil with bypass connector
-
A chilled-water cooling coil
cooCoiof class Buildings.Fluid.HeatExchangers.WetCoilCounterFlow.
For examples of how to use the model, refer to Buildings.Examples.FanCoils.FourPipe. The following points are salient when using the model:
- The connected air-loop does not need an additional fan, since the fan in this model generates flow.
- The fluid loop connections for hot-water and chilled-water require an external pressure difference between the inlet and the outlet sufficient to overcome the pressure drop across the two respective coils.
The figure below shows the schematic diagram of the four pipe system when
heaCoiTyp is set to water based using the enumeration
Buildings.Controls.OBC.ASHRAE.G36.Types.HeatingCoil.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| replaceable package MediumA | Modelica.Media.Interfaces.Pa... | Medium for air | |
| replaceable package MediumHW | Modelica.Media.Interfaces.Pa... | Medium for hot water | |
| replaceable package MediumCHW | Modelica.Media.Interfaces.Pa... | Medium for chilled water | |
| System parameters | |||
| HeatingCoil | heaCoiTyp | Buildings.Controls.OBC.ASHRA... | Heating coil type |
| PressureDifference | dpAir_nominal | Total pressure difference across supply and return ports in air loop [Pa] | |
| MassFlowRate | mAir_flow_nominal | Nominal mass flow rate of supply air [kg/s] | |
| Heating coil parameters | |||
| HeatFlowRate | QHeaCoi_flow_nominal | Nominal heat flow rate of heating coil [W] | |
| Temperature | THeaCoiWatSup_nominal | 333.15 | Design water temperature entering heating coil [K] |
| Temperature | THeaCoiAirEnt_nominal | 293.15 | Design air temperature entering heating coil [K] |
| MassFlowRate | mHeaCoiWat_flow_nominal | Nominal mass flow rate of heating hot water [kg/s] | |
| PressureDifference | dpHeaCoiWat_nominal | Total pressure difference across heating coil (water side) [Pa] | |
| PressureDifference | dpHeaCoiVal_nominal | dpHeaCoiWat_nominal | Design pressure drop of heating water valve [Pa] |
| Cooling coil parameters | |||
| HeatFlowRate | QCooCoi_flow_nominal | Nominal heat flow rate of cooling coil [W] | |
| Temperature | TCooCoiWatEnt_nominal | 279.83 | Design water inlet temperature of cooling coil [K] |
| Temperature | TCooCoiAirEnt_nominal | 296.15 | Design air inlet temperature of cooling coil [K] |
| MassFraction | wCooCoiAirEnt_nominal | 0.012 | Design humidity ratio of inlet air of cooling coil (in kg/kg dry air) [1] |
| MassFlowRate | mCooCoiWat_flow_nominal | Nominal mass flow rate of chilled water [kg/s] | |
| PressureDifference | dpCooCoiWat_nominal | Total pressure difference across cooling coil (water side) [Pa] | |
| PressureDifference | dpCooCoiVal_nominal | dpCooCoiWat_nominal | Design pressure drop of chilled water valve [Pa] |
Connectors
| Type | Name | Description |
|---|---|---|
| replaceable package MediumA | Medium for air | |
| replaceable package MediumHW | Medium for hot water | |
| replaceable package MediumCHW | Medium for chilled water | |
| input RealInput | uHea | Heating loop control signal [1] |
| input RealInput | uCoo | Cooling loop control signal [1] |
| input RealInput | uFan | Fan normalized speed control signal [1] |
| output RealOutput | yFan_actual | Normalized actual fan speed signal [1] |
| output RealOutput | TAirSup | Measured supply air temperature [K] |
| FluidPort_a | port_air_a | Return air port from zone |
| FluidPort_b | port_air_b | Supply air port to the zone |
| FluidPort_a | port_CHW_a | Chilled water supply port |
| FluidPort_b | port_CHW_b | Chilled water return port |
| FluidPort_a | port_HW_a | Hot water supply port |
| FluidPort_b | port_HW_b | Hot water return port |