modelChillersCompression
Validation model for compression chiller component
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model validates the model Buildings.Templates.Components.Chillers.Compression in a configuration in which the chiller is exposed to the design CHW differential pressure and a varying CHW return temperature.
The chiller model is configured to represent either an air-cooled
chiller (component chiAirCoo) or a water-cooled
chiller (component chiWatCoo).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Data.Chiller | datChiAirCoo | Air-cooled chiller parameters | |
| Buildings.Templates.Components.Data.Chiller | datChiWatCoo | Water-cooled chiller 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 |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Reals.Sources.Constant | TChiWatSupSet | CHWST setpoint | |
| Buildings.Templates.Components.Chillers.Compression | chiAirCoo | Air-cooled chiller | |
| Buildings.Controls.OBC.CDL.Logical.Sources.TimeTable | y1 | Heat pump Enable signal | |
| Fluid.Sensors.TemperatureTwoPort | TSup | Supply temperature | |
| Fluid.Sources.Boundary_pT | supChiWat | Boundary condition at distribution system supply | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Sin | TChiWatRet | CHW return temperature value | |
| Fluid.Sources.Boundary_pT | retChiWat | Boundary conditions of CHW at chiller inlet | |
| Fluid.Sensors.TemperatureTwoPort | TRet | Return temperature | |
| Buildings.Templates.Components.Chillers.Compression | chiWatCoo | Water-cooled chiller - CHW/CW pressure drops computed externally | |
| Fluid.Sensors.TemperatureTwoPort | TRet2 | Return temperature | |
| Fluid.Sensors.TemperatureTwoPort | TSup2 | Supply temperature | |
| Fluid.Sources.Boundary_pT | supConWat | Boundary conditions of CW at chiller inlet | |
| Fluid.Sources.Boundary_pT | retConWat | Boundary condition of CW at chiller outlet | |
| Fluid.FixedResistances.PressureDrop | resChiWat | CHW pressure drop computed externally | |
| Fluid.FixedResistances.PressureDrop | resConWat | CW pressure drop computed externally | |
| Fluid.Sources.Boundary_pT | sinAir | Air sink | |
| Fluid.Sources.MassFlowSource_T | souAir | Air source | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Sin | TChiWatRet1 | CHW return temperature value | |
| Fluid.Sources.Boundary_pT | retChiWat1 | Boundary conditions of CHW at chiller inlet | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Constant | TChiWatSupSet1 | CHWST setpoint |
Contents
| Name | Description |
|---|---|
Revisions
-
April 17, 2025, by Antoine Gautier:
Refactored with load-dependent 2D table data chiller model. -
May 31, 2024, by Antoine Gautier:
First implementation.