modelPartialChillerBorefield
Partial validation of the ETS model with heat recovery chiller and optional borefield
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This is a partial model used as a base class to construct the validation and example models.
- The building distribution pumps are variable speed and the flow rate is considered to vary linearly with the load (with no inferior limit).
- The Boolean enable signals for heating and cooling typically provided by the building automation system are here computed based on the condition that the load is greater than 1% of the nominal load.
- Simplified chiller performance data are used, which represent a linear variation of the EIR and the capacity with the evaporator outlet temperature and the condenser inlet temperature (no variation of the EIR at part load is considered).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | mHeaWat_flow_nominal | 0.9*datChi.mCon_flow_nominal | Nominal heating water mass flow rate |
| Modelica.Units.SI.MassFlowRate | mChiWat_flow_nominal | 0.9*datChi.mEva_flow_nominal | Nominal chilled water mass flow rate |
| Buildings.Fluid.Chillers.Data.ElectricEIR.Generic | datChi | Chiller performance data | |
| Design parameter | |||
| Modelica.Units.SI.HeatFlowRate | QCoo_flow_nominal | -1e6 | Design cooling heat flow rate (<=0) |
| Modelica.Units.SI.HeatFlowRate | QHea_flow_nominal | abs(QCoo_flow_nominal)*(1 + 1/datChi.COP_nominal) | Design heating heat flow rate (>=0) |
Components
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
March 6, 2025, by Hongxiang Fu:
Revised load curves so that the heating and cooling loads can be staggered instead of always appearing and disappearing at the same time.
This is for #4133. -
July 31, 2020, by Antoine Gautier:
First implementation.