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
| Type | Name | Default | Description |
|---|---|---|---|
| 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.Temperature | TConInMin (from PerformanceCurve) | Minimum condenser inlet temperature for heating capacity function | |
| Modelica.Units.SI.Temperature | TConInMax (from PerformanceCurve) | Maximum condenser inlet temperature for heating capacity function | |
| Modelica.Units.SI.Temperature | TEvaInMin (from PerformanceCurve) | Minimum evaporator inlet temperature for heating capacity function | |
| Modelica.Units.SI.Temperature | TEvaInMax (from PerformanceCurve) | Maximum evaporator inlet temperature for heating capacity function | |
| Real | ffMin (from PerformanceCurve) | Minimum flow fraction for which performance data are valid | |
| Real | ffMax (from PerformanceCurve) | Maximum flow fraction for which performance data are valid | |
Revisions
-
March 08, 2023 by Xing Lu and Karthik Devaprasad:
First implementation.