First time here? Check our help page!
1

Producing chiller efficiency curves with limited manufacture information

I'm working on a chiller comparison for a chilled central water plant upgrade. I want to compare the results of two different chillers, but the manufacturer was only able to provide limited part load performance data. The two chillers that need to be modeled are the York YMC2 and York YZ, both with a capacity of 500 tons. Since the equipment hasn't been installed, I am unable to extract the performance data myself. Are there any strategies for developing the energyplus performance curves with limited manufacture information?
EDIT: The only information that I have for the specific chiller is shown below. image description

Draza's avatar
411
Draza
asked 2021-08-02 15:22:25 -0500, updated 2021-08-16 11:26:15 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

You can look at the engineering reference for chillers:

And the engineering reference for performance curves:

Usually to calculate the instantaneous capacity, the E+ curve output(s) are multiplied by rated capacity to calculate capacity at part load conditions (i.e. temperatures and airflows that deviate from rated). This is the case for systems like a Single Stage ASHP defined through an AirLoop:HVAC:UnitarySystem. Unsure if that is the case for your chiller models.

"In EnergyPlus, the result of an equation, the dependent variable, represents the response a system or component has given an input (the independent variable) to the system or component model. This response represents the equipment performance related to the mechanism that causes this change (e.g., the change in capacity or power based on a conditional change in temperature, part-load ratio, or other phenomenon). A variety of performance curves are available to describe the most common forms of engineering equations. The coefficients (a-z) in the following equations are entered in the associated curve object to define a specific phenomenon."

Check which specific capacity-related performance curves your chiller model uses, after examining object options in the chillers doc. Check the equations used in the engineering reference and figure out what curve outputs your 500 ton rated capacity is multiplied by to calculate instantaneous capacity.

From eng ref for performance curves:

"Calculating performance curve coefficients in a spreadsheet is a simple matter of finding the data required to perform the regression analysis."

Your x, y, z independent variables for the regression analysis will depend on the curve(s) specifically used by your chiller model object. The example in the performance curves eng ref docs shows x, y as Twb,i and Tc,i, but those are specifically for DX cooling coils; your x, y, z variables will likely be different.

Unfortunately, you need the capacity information at varying x, y, z to perform the regression. Maybe you can use your limited data to extrapolate capacity at different part load conditions?

You can then use excel to perform the regression analysis, as illustrated in the engineering reference, to calculate the coefficients.

sashadf1's avatar
1.1k
sashadf1
answered 2021-08-02 17:22:16 -0500, updated 2021-08-02 17:28:35 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks for the helpful input. I think that the data I have is not enough to develop all three performance curves that I need. I have edited the original post to include the data that I have for one of the chillers. I think my next option will be to use a similar chiller with similar performance specifications. Any idea where I can find chiller objects other than those found in the default HVAC library?

Draza's avatar Draza (2021-08-16 11:34:21 -0500) edit
add a comment see more comments