Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
3

Are the coefficients of Generator Heat Input Correction Function of Condenser Temperature Curve in ExampleFile IndirectAbsorptionChiller correct?

asked 2018-02-09 04:16:22 -0500

Marc70's avatar

updated 2018-02-09 13:50:37 -0500

IndirectAbsorptionChiller ExampleFile - Generator Heat Input Correction Function of Condenser Temperature Curve used in the example file downloaded from EnergyPlus website show a reduction of the generator heat input with increasing of condenser entering water temperature despite I expect a growing trend with increasing of these temperature. The coefficients of the cubic curve are correct? There are any reference database for such curves? Thanking you in advance. All the best

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2018-02-13 03:21:25 -0500

updated 2018-02-13 03:26:28 -0500

The curve in question is SteamFCondTemp (referenced from the Big Chiller here)

  Curve:Cubic,
    SteamFCondTemp,          !- Name
    0.712019,                !- Coefficient1 Constant
    -0.00478,                !- Coefficient2 x
    0.000864,                !- Coefficient3 x**2
    -0.000013,               !- Coefficient4 x**3
    7.0,                     !- Minimum Value of x
    30.0,                    !- Maximum Value of x
    ,                        !- Minimum Curve Output
    ,                        !- Maximum Curve Output
    Temperature,             !- Input Unit Type for X
    Dimensionless; !- Output Unit Type

Go ahead and type that in a google search bar: 0.712019-0.00478*x+0.000864*x**2-0.000013*x**3, see here.

Remember that the range of acceptable values is $x \in [7, 30]$. That doesn't look like a reduction to me. I also plotted the curve with the right limits myself:

SteamFCondTemp


As far as where these are coming from, no clue, I couldn't find any mention of it.

edit flag offensive delete link more

Comments

This is better, except that at temperatures higher than 30C, the curve output will be limited to 1.0. If a user wanted higher generator heat input values new coefficients would be needed and then the max limit could be set higher than 30C. I don't know what the proper curve looks like.

rraustad's avatar rraustad  ( 2018-02-13 07:40:15 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2018-02-09 04:16:22 -0500

Seen: 109 times

Last updated: Feb 13 '18