recordPerformanceCurve
Data record for a performance curve
Extends from Modelica.Icons.Record (Icon for records).
Information
This record declares the data used to specify performance curves for air source DX coils.
See the information section of Buildings.Fluid.DXSystems.Cooling.AirSource.Data.Generic.DXCoil for a description of the data.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Performance curves | |||
| Real[6] | capFunT | Biquadratic coefficients for cooling capacity function of temperature | |
| Real[:] | capFunFF | Polynomial coefficients for cooling capacity function of flow fraction | |
| Real[6] | EIRFunT | Biquadratic coefficients for EIR function of temperature | |
| Real[:] | EIRFunFF | Polynomial coefficients for EIR function of flow fration | |
| Minimum and maximum values | |||
| Modelica.Units.SI.Temperature | TConInMin | Minimum condenser inlet temperature for cooling capacity function | |
| Modelica.Units.SI.Temperature | TConInMax | Maximum condenser inlet temperature for cooling capacity function | |
| Modelica.Units.SI.Temperature | TEvaInMin | Minimum evaporator inlet temperature for cooling capacity function | |
| Modelica.Units.SI.Temperature | TEvaInMax | Maximum evaporator inlet temperature for cooling capacity function | |
| Real | ffMin | Minimum flow fraction for which performance data are valid | |
| Real | ffMax | Maximum flow fraction for which performance data are valid | |
Revisions
-
September 25, 2012 by Michael Wetter:
Revised documentation. -
August 15, 2012 by Kaustubh Phalak:
First implementation.