recordGeneric
Generic data record for chiller ElectricEIR
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.ElectricEIR. To provide performance data for Buildings.Fluid.Chillers.ElectricReformulatedEIR, use Buildings.Fluid.Chillers.Data.ElectricReformulatedEIR.Generic instead.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | PLRMax (from Chiller) | Maximum part load ratio | |
| Real | PLRMinUnl (from Chiller) | Minimum part unload ratio | |
| Real | PLRMin (from Chiller) | Minimum part load ratio | |
| Real | etaMotor (from Chiller) | Fraction of compressor motor heat entering refrigerant | |
| Nominal condition | |||
| Modelica.Units.SI.HeatFlowRate | QEva_flow_nominal (from Chiller) | Reference capacity (negative number) | |
| Real | COP_nominal (from Chiller) | Reference coefficient of performance | |
| Modelica.Units.SI.MassFlowRate | mEva_flow_nominal (from Chiller) | Nominal mass flow at evaporator | |
| Modelica.Units.SI.MassFlowRate | mCon_flow_nominal (from Chiller) | Nominal mass flow at condenser | |
| Modelica.Units.SI.Temperature | TEvaLvg_nominal (from Chiller) | Temperature of fluid leaving evaporator at nominal condition | |
| Modelica.Units.SI.Temperature | TConEnt_nominal | Temperature of fluid entering condenser at nominal condition | |
| Performance curves | |||
| Integer | nCapFunT (from Chiller) | Number of coefficients for capFunT | |
| Integer | nEIRFunT (from Chiller) | Number of coefficients for EIRFunT | |
| Integer | nEIRFunPLR (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.Temperature | TEvaLvgMin (from Chiller) | Minimum value for leaving evaporator temperature | |
| Modelica.Units.SI.Temperature | TEvaLvgMax (from Chiller) | Maximum value for leaving evaporator temperature | |
| Modelica.Units.SI.Temperature | TConEntMin | Minimum value for entering condenser temperature | |
| Modelica.Units.SI.Temperature | TConEntMax | Maximum value for entering condenser temperature | |
Revisions
-
December 19, 2014 by Michael Wetter:
AddeddefaultComponentNameanddefaultComponentPrefixes. -
September 17, 2010 by Michael Wetter:
First implementation.