recordCurve_I

DX heating coil performance curve I

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

Information

This record declares performance curves for the heating capacity and the EIR for use in Buildings.Fluid.DXSystems.Heating.AirSource.Examples.SingleSpeed. It has been obtained from the EnergyPlus 9.6 example file PackagedTerminalHeatPump.idf.

Parameters

TypeNameDefaultDescription
Performance curves
Real[6]capFunT (from PerformanceCurve)Biquadratic coefficients for heating capacity function of temperature
Real[:]capFunFF (from PerformanceCurve)Polynomial coefficients for heating capacity function of flow fration
Real[6]EIRFunT (from PerformanceCurve)Biquadratic coefficients for EIR function of temperature
Real[:]EIRFunFF (from PerformanceCurve)Polynomial coefficients for EIR function of flow fration
Minimum and maximum values
Modelica.Units.SI.TemperatureTConInMin (from PerformanceCurve)Minimum condenser inlet temperature for heating capacity function
Modelica.Units.SI.TemperatureTConInMax (from PerformanceCurve)Maximum condenser inlet temperature for heating capacity function
Modelica.Units.SI.TemperatureTEvaInMin (from PerformanceCurve)Minimum evaporator inlet temperature for heating capacity function
Modelica.Units.SI.TemperatureTEvaInMax (from PerformanceCurve)Maximum evaporator inlet temperature for heating 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

Revisions

  • March 08, 2023 by Xing Lu and Karthik Devaprasad:
    First implementation.