modelTableData2DLoadDep
Extends from Modelica.Icons.Example (Icon for runnable examples), Buildings.Fluid.Chillers.Examples.BaseClasses.PartialElectric (Base class for test model of chiller electric EIR).
Information
This model validates Buildings.Fluid.Chillers.ModularReversible.TableData2DLoadDep against the polynomial chiller model Buildings.Fluid.Chillers.ElectricReformulatedEIR for water-cooled chiller applications.
-
The validation setup is duplicated from
Buildings.Fluid.Chillers.Examples.ElectricReformulatedEIR
and the component
refreads the reference results obtained from that model. - The chiller model is configured to interpolate capacity and power along the evaporator leaving temperature and the condenser leaving temperature.
- The performance data are generated with the same polynomial equations as Buildings.Fluid.Chillers.ElectricReformulatedEIR, using polynomial coefficients from the same data record as the one used in the reference example model, that is Buildings.Fluid.Chillers.Data.ElectricReformulatedEIR.ReformEIRChiller_McQuay_WSC_471kW_5_89COP_Vanes.
Results analysis
There is good agreement with the reference results, except during
the model time interval [7200, 7900] s, where the
polynomial model computes zero capacity and power.
This discrepancy stems from the existence of multiple solutions
in the polynomial model. The reference results show one solution
with TEvaLvg = TEvaEnt = 20 °C.
This temperature exceeds the upper limit per.TEvaLvgMax
of the polynomial model's validity range, resulting in a negative capacity
that is bounded to 0 in the polynomial model.
The data table model reveals that an alternative solution exists where the
CHW setpoint is met with a PLR value of about 74 %.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Power | P_nominal (from PartialElectric) | Nominal compressor power (at y=1) | |
| Modelica.Units.SI.TemperatureDifference | dTEva_nominal (from PartialElectric) | 10 | Temperature difference evaporator inlet-outlet |
| Modelica.Units.SI.TemperatureDifference | dTCon_nominal (from PartialElectric) | 10 | Temperature difference condenser outlet-inlet |
| Real | COPc_nominal (from PartialElectric) | 3 | Chiller COP |
| Modelica.Units.SI.MassFlowRate | mEva_flow_nominal (from PartialElectric) | Nominal mass flow rate at evaporator | |
| Modelica.Units.SI.MassFlowRate | mCon_flow_nominal (from PartialElectric) | Nominal mass flow rate at condenser | |
| ModularReversible.Data.TableData2DLoadDep.Generic | datCoo | Chiller performance data | |
| Buildings.Fluid.Chillers.Data.ElectricReformulatedEIR.ReformEIRChiller_McQuay_WSC_471kW_5_89COP_Vanes | per | Chiller performance data |
Components
Revisions
-
March 21, 2025, by Antoine Gautier:
First implementation.