3

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

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

Marc70's avatar
41
Marc70
asked 2018-02-09 04:16:22 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-02-09 13:50:37 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

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.

Julien Marrec's avatar
29.7k
Julien Marrec
answered 2018-02-13 03:21:25 -0500, updated 2018-02-13 03:26:28 -0500
edit flag offensive 0 remove flag delete link

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
add a comment see more comments