recordPerformanceCurve

Data record for a performance curve

Extends from Buildings.Fluid.DXSystems.Cooling.AirSource.Data.Generic.BaseClasses.PerformanceCurve (Data record for a performance curve).

Information

This record declares the data used to specify performance curves for water source DX coils.

See the information section of Buildings.Fluid.DXSystems.Cooling.WaterSource.Data.Generic.DXCoil for a description of the data.

Parameters

TypeNameDefaultDescription
Performance curves
Real[6]capFunT (from PerformanceCurve)Biquadratic coefficients for cooling capacity function of temperature
Real[:]capFunFF (from PerformanceCurve)Polynomial coefficients for cooling capacity function of flow fraction
Real[6]EIRFunT (from PerformanceCurve)Biquadratic coefficients for EIR function of temperature
Real[:]EIRFunFF (from PerformanceCurve)Polynomial coefficients for EIR function of flow fration
Real[:]capFunFFConPolynomial coefficients for cooling capacity function of water flow fration at condensers
Real[:]EIRFunFFConPolynomial coefficients for EIR function of water flow fraction at condensers
Minimum and maximum values
Modelica.Units.SI.TemperatureTConInMin (from PerformanceCurve)Minimum condenser inlet temperature for cooling capacity function
Modelica.Units.SI.TemperatureTConInMax (from PerformanceCurve)Maximum condenser inlet temperature for cooling capacity function
Modelica.Units.SI.TemperatureTEvaInMin (from PerformanceCurve)Minimum evaporator inlet temperature for cooling capacity function
Modelica.Units.SI.TemperatureTEvaInMax (from PerformanceCurve)Maximum evaporator inlet temperature for cooling capacity function
RealffMin (from PerformanceCurve)Minimum flow fraction for which performance data are valid
RealffMax (from PerformanceCurve)Maximum flow fraction for which performance data are valid
RealffConMinMinimum water flow fraction at condensers for which performance data are valid
RealffConMaxMaximum water flow fraction at condensers for which performance data are valid

Revisions

  • February 17, 2017 by Yangyang Fu:
    First implementation.