modelHeatRecoveryChiller
Validation model for heat recovery chiller
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model validates the model Buildings.Templates.Plants.HeatPumps.Components.HeatRecoveryChiller.
The CHW and HW return temperatures and flow rates are at their design values. The HRC supply temperature setpoint is switched from the design CHW supply temperature to the design HW supply temperature when the HRC operating mode is switched from cooling to heating.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Efficiency | COP_nominal | 3.6 | Coefficient of performance at design cooling conditions |
| Buildings.Templates.Components.Data.Chiller | datHrc | HRC parameters | |
| Buildings.Templates.Components.Data.PumpSingle | datPumChiWatHrc | HRC CHW pump parameters | |
| Buildings.Templates.Components.Data.PumpSingle | datPumHeaWatHrc | HRC HW pump parameters | |
| Dynamics › Conservation equations | |||
| Modelica.Fluid.Types.Dynamics | energyDynamics | Modelica.Fluid.Types.Dynamics.FixedInitial | Type of energy balance: dynamic (3 initialization options) or steady state |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Templates.Components.Interfaces.Bus | busHrc | HRC control bus | |
| Buildings.Templates.Components.Interfaces.Bus | busPumChiWatHrc | HRC CHW pump control bus | |
| Buildings.Templates.Components.Interfaces.Bus | busPumHeaWatHrc | HRC HW pump control bus | |
| Buildings.Templates.Plants.HeatPumps.Interfaces.Bus | bus | Plant control bus |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Templates.Plants.HeatPumps.Components.HeatRecoveryChiller | hrc | ||
| Fluid.Sources.Boundary_pT | inlChiWat | Boundary conditions for HRC entering CHW | |
| Fluid.Sources.Boundary_pT | inlHeaWat | Boundary conditions for HRC entering HW | |
| Fluid.Sources.Boundary_pT | outHeaWat | Boundary conditions for HRC leaving HW | |
| Fluid.Sources.Boundary_pT | outChiWat | Boundary conditions for HRC leaving CHW | |
| Buildings.Controls.OBC.CDL.Logical.Sources.TimeTable | y1 | Source for DO signals | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Constant | TChiWatSupSet | CHW supply temperature setpoint | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Constant | THeaWatSupSet | HW supply temperature setpoint | |
| Fluid.Sensors.TemperatureTwoPort | THeaWatLvg | HRC leaving HW temperature | |
| Fluid.Sensors.TemperatureTwoPort | TChiWatLvg | HRC leaving CHW temperature |
Contents
| Name | Description |
|---|---|
Revisions
-
April 18, 2025, by Antoine Gautier:
Refactored with load-dependent 2D table data heat recovery chiller model.
This is for #4152. -
May 31, 2024, by Antoine Gautier:
First implementation.