Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PRM: PSZ-AC Cooling curve out of bound #80

Open
jmarrec opened this issue May 18, 2016 · 4 comments
Open

PRM: PSZ-AC Cooling curve out of bound #80

jmarrec opened this issue May 18, 2016 · 4 comments

Comments

@jmarrec
Copy link
Collaborator

jmarrec commented May 18, 2016

I'm getting warnings for all my PSZ-AC DX cooling coils. Here it is for one of them, with DisplayExtraWarnings

** Warning ** SizeDXCoil Coil:Cooling:DX:SingleSpeed ZONE1 PSZ-AC 1SPD DX AC CLG COIL 24KBTU/HR 13.0SEER
**   ~~~   ** ...Gross Rated Total Cooling Capacity [W] will be limited by the minimum rated volume flow per rated total capacity ratio.
**   ~~~   ** ...DX coil volume flow rate (m3/s ) = 0.277777
**   ~~~   ** ...Requested capacity (W ) = 8774.387
**   ~~~   ** ...Requested flow/capacity ratio (m3/s/W ) = 3.165E-005
**   ~~~   ** ...Minimum flow/capacity ratio (m3/s/W ) = 4.027E-005
**   ~~~   ** ...Adjusted capacity ( W ) = 6897.883
** Warning ** The Standard Ratings is calculated for Coil:Cooling:DX:SingleSpeed = ZONE1 PSZ-AC 1SPD DX AC CLG COIL 24KBTU/HR 13.0SEER but not at the AHRI test condition due to curve out of bound.
**   ~~~   **  Review the Standard Ratings calculations in the Engineering Reference for this coil type. Also, use Output:Diagnostics, DisplayExtraWarnings for further guidance.
**   ~~~   ** CheckCurveLimitsForStandardRatings: The max and/or min limits specified in the corresponding curve objects
**   ~~~   **  do not include the AHRI test conditions required to calculate one or more of the Standard Rating values.
**   ~~~   ** Coil:Cooling:DX:SingleSpeed=ZONE1 PSZ-AC 1SPD DX AC CLG COIL 24KBTU/HR 13.0SEER:  Seasonal Energy Efficiency Ratio (SEER) calculated is not at the AHRI test condition.
**   ~~~   **  Check limits in Part Load Fraction Correlation Curve, Curve Type = CUBIC, Curve Name = COILCLGDXEIRRATIO_FQFRAC 4
**   ~~~   ** Coil:Cooling:DX:SingleSpeed=ZONE1 PSZ-AC 1SPD DX AC CLG COIL 24KBTU/HR 13.0SEER:  Integrated Energy Efficiency Ratio (IEER) calculated is not at the AHRI test condition.
**   ~~~   **  Check limits in Total Cooling Capacity Function of Temperature Curve, Curve Type = BIQUADRATIC, Curve Name = COILCLGDXQRATIO_FTWBTOADBSI 8
**   ~~~   **  Check limits in EIR Function of Temperature Curve, Curve Type = BIQUADRATIC, Curve Name = COILCLGDXEIRRATIO_FTWBTOADBSI 8
@jmarrec
Copy link
Collaborator Author

jmarrec commented May 18, 2016

COILCLGDXEIRRATIO_FQFRAC 4:

OS:Curve:Cubic,
  {7c8d6332-fb37-45c9-8770-c8bbda9f5059}, !- Handle
  CoilClgDXEIRRatio_fQFrac 4,             !- Name
  0,                                      !- Coefficient1 Constant
  5.1091,                                 !- Coefficient2 x
  -8.5515,                                !- Coefficient3 x**2
  4.4744,                                 !- Coefficient4 x**3
  0.7,                                    !- Minimum Value of x
  1,                                      !- Maximum Value of x
  0.92,                                   !- Minimum Curve Output
  1;                                      !- Maximum Curve Output

COILCLGDXEIRRATIO_FTWBTOADBSI 8:

OS:Curve:Biquadratic,
  {da84fd1f-6c75-4b7c-8086-9f934f59708c}, !- Handle
  CoilClgDXEIRRatio_fTwbToadbSI 8,        !- Name
  0.116709,                               !- Coefficient1 Constant
  0.028458,                               !- Coefficient2 x
  -0.000411,                              !- Coefficient3 x**2
  0.021422,                               !- Coefficient4 y
  0.000162,                               !- Coefficient5 y**2
  -0.00068,                               !- Coefficient6 x*y
  13.89,                                  !- Minimum Value of x
  25,                                     !- Maximum Value of x
  23.89,                                  !- Minimum Value of y
  46.11,                                  !- Maximum Value of y
  0.77,                                   !- Minimum Curve Output
  1.33;                                   !- Maximum Curve Output

@mdahlhausen
Copy link
Collaborator

Note: both of these curves come from From CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx
CBECC has since adopted newer curves for different kinds of equipment. Consider updating curves as part of the curve refactoring.

@jmarrec
Copy link
Collaborator Author

jmarrec commented Sep 6, 2024

For the record, I do appreciate getting input on an issue reported 8 years ago! Thanks for scanning old issues, I know it's tedious and annoying but helpful (to bump or close)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants