recordGeneric

Generic data record for chiller ElectricReformulatedEIR

Extends from Buildings.Fluid.Chillers.Data.BaseClasses.Chiller (Base classes for chiller models).

Information

This record is used as a template for performance data for the chiller model Buildings.Fluid.Chillers.ElectricReformulatedEIR. To provide performance data for Buildings.Fluid.Chillers.ElectricEIR, use Buildings.Fluid.Chillers.Data.ElectricEIR.Generic instead.

Parameters

TypeNameDefaultDescription
RealPLRMax (from Chiller)Maximum part load ratio
RealPLRMinUnl (from Chiller)Minimum part unload ratio
RealPLRMin (from Chiller)Minimum part load ratio
RealetaMotor (from Chiller)Fraction of compressor motor heat entering refrigerant
Modelica.Units.SI.TemperatureTConLvg_nominalTemperature of fluid leaving condenser at nominal condition
Nominal condition
Modelica.Units.SI.HeatFlowRateQEva_flow_nominal (from Chiller)Reference capacity (negative number)
RealCOP_nominal (from Chiller)Reference coefficient of performance
Modelica.Units.SI.MassFlowRatemEva_flow_nominal (from Chiller)Nominal mass flow at evaporator
Modelica.Units.SI.MassFlowRatemCon_flow_nominal (from Chiller)Nominal mass flow at condenser
Modelica.Units.SI.TemperatureTEvaLvg_nominal (from Chiller)Temperature of fluid leaving evaporator at nominal condition
Performance curves
IntegernCapFunT (from Chiller)Number of coefficients for capFunT
IntegernEIRFunT (from Chiller)Number of coefficients for EIRFunT
IntegernEIRFunPLR (from Chiller)Number of coefficients for EIRFunPLR
Real[nCapFunT]capFunT (from Chiller)Biquadratic coefficients for capFunT
Real[nEIRFunT]EIRFunT (from Chiller)Biquadratic coefficients for EIRFunT
Real[nEIRFunPLR]EIRFunPLR (from Chiller)Coefficients for EIRFunPLR
Modelica.Units.SI.TemperatureTEvaLvgMin (from Chiller)Minimum value for leaving evaporator temperature
Modelica.Units.SI.TemperatureTEvaLvgMax (from Chiller)Maximum value for leaving evaporator temperature
Modelica.Units.SI.TemperatureTConLvgMinMinimum value for leaving condenser temperature
Modelica.Units.SI.TemperatureTConLvgMaxMaximum value for leaving condenser temperature

Revisions

  • June 4, 2024, by Antoine Gautier:
    Added parameter keyword.
    This is for #3811.
  • December 19, 2014 by Michael Wetter:
    Added defaultComponentName and defaultComponentPrefixes.
  • September 17, 2010 by Michael Wetter:
    First implementation.