modelChillerBorefield
Validation of the ETS model with heat recovery chiller and borefield
Extends from ChillerOnly (Validation of the ETS model with heat recovery chiller).
Information
This model validates Buildings.Obsolete.DHC.ETS.Combined.ChillerBorefield in a system configuration including a geothermal borefield. See Buildings.Obsolete.DHC.ETS.Combined.Validation.ChillerOnly for the description of the main modeling assumptions.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | mHeaWat_flow_nominal (from PartialChillerBorefield) | 0.9*datChi.mCon_flow_nominal | Nominal heating water mass flow rate |
| Modelica.Units.SI.MassFlowRate | mChiWat_flow_nominal (from PartialChillerBorefield) | 0.9*datChi.mEva_flow_nominal | Nominal chilled water mass flow rate |
| Buildings.Fluid.Chillers.Data.ElectricEIR.Generic | datChi (from PartialChillerBorefield) | Chiller performance data | |
| Integer | nBorHol | 64 | Number of boreholes (must be a square number) |
| Modelica.Units.SI.Distance | dxy | 6 | Distance in x-axis (and y-axis) between borehole axes |
| Modelica.Units.SI.Distance[nBorHol,2] | cooBor | Buildings.DHC.ETS.BaseClasses.computeCoordinates(nBorHol, dxy) | Coordinates of boreholes |
| Buildings.Fluid.Geothermal.Borefields.Data.Borefield.Example | datBorFie | Borefield design data | |
| Design parameter | |||
| Modelica.Units.SI.HeatFlowRate | QCoo_flow_nominal (from PartialChillerBorefield) | -1e6 | Design cooling heat flow rate (<=0) |
| Modelica.Units.SI.HeatFlowRate | QHea_flow_nominal (from PartialChillerBorefield) | abs(QCoo_flow_nominal)*(1 + 1/datChi.COP_nominal) | Design heating heat flow rate (>=0) |
Components
Revisions
-
November 3, 2025, by Michael Wetter:
Moved toBuildings.Obsolete.
This is for #4354. -
July 31, 2020, by Antoine Gautier:
First implementation.