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

Compressor Performance Curves [closed]

asked 2023-02-02 10:40:05 -0600

Zakaria's avatar

updated 2023-02-11 11:29:50 -0600

Hi everyone, How can I generate the coefficients for compressor performance curves (for a refrigerated warehouse model)?

Is there a tool that inputs manufacturer data and outputs the curve coefficients? such as the CurveFitTool.xlsm but generates Bicubic curves, because the CurveFitTool has only Cubic, Quadratic, and Bi-quadratic options.

Thank you.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by Zakaria
close date 2024-01-28 05:50:19.629462

Comments

Clarifying: Refrigeration compressors (such as for a refrigerated warehouse) require curves which are very different. If you are thinking about curves for DX cooling coils, CurveFitTool should be great.

Jim Dirkes's avatar Jim Dirkes  ( 2023-02-11 06:07:29 -0600 )edit

Yes that right, I want to generate compressors bi-cubic curves for a refrigerated warehouse model.

Zakaria's avatar Zakaria  ( 2023-02-11 11:31:28 -0600 )edit

I may be able to assist. Please contact me at: jvdirkes2@protonmail.com for more discussion.

Jim Dirkes's avatar Jim Dirkes  ( 2023-02-11 15:29:13 -0600 )edit

Do you know about the curve data set available in EnergyPlus? If not, look for RefrigerationCompressorCurves.idf in the DataSets folder.

Jim Dirkes's avatar Jim Dirkes  ( 2023-02-11 16:30:26 -0600 )edit

Thank you for your comments. Yes, I have been using the RefrigerationCompressorCurves.idf file, I want to know how the process is done to generate such curves so I can explain it if anyone asks.

Zakaria's avatar Zakaria  ( 2023-02-12 04:47:49 -0600 )edit

2 Answers

Sort by ยป oldest newest most voted
3

answered 2024-01-28 05:49:42 -0600

Zakaria's avatar

I've discovered a convenient solution for this issue by utilizing manufacturer product selection tools. Certain manufacturers offer tools that allow you to input specific data conditions, helping you identify the suitable compressor. Additionally, these tools provide performance data in either tabular form or as bicubic polynomials. Currently, I make use of two free tools: Coolselector2 from DANFOSS (Fig.1) and BITZER Software from BITZER (Fig.2).

If you have access to performance tabular data, you can perform regression analysis using EXCEL, although it requires additional effort (Fig.3).

Fig.1 image description

Fig.2 image description

Fig.3 image description

edit flag offensive delete link more

Comments

Zakaria, were you able to generated the Bi-Cubic performance curves from inputs of temperature, cooling capacity, and power consumption, as presented in the CurveFitTool? I have used CoolSeclector2 before, but it does not provide the Bicubic performance curves as you mentioned. Though the Bitzer Software looks too. I will have to try it out, but are you able to share information on how you performed the regression analysis using the Excel spreadsheet in Figure 3?

Adam Sustainable's avatar Adam Sustainable  ( 2024-07-29 22:34:58 -0600 )edit

Hi, @Adam Sustainable,

The CurveFitTool does not generate the bi-cubic curves, but I used Bitzer and CoolSelector2 to get that data. To generate the curve data on CoolSelector2, you can find it (after choosing the desired compressor) in the "Code numbers and technical information" tab => "Export polynomials...".

Zakaria's avatar Zakaria  ( 2024-07-30 02:23:06 -0600 )edit

Regarding the Excel process, it does require some data processing. As shown in Fig. 3, I input the capacity/power (denoted as Y) and the corresponding SST and SDT values. Then I perform calculations for SST^2, SST^3, SDT^2, SDT^3, and so on. To perform the regression analysis in Excel:

  1. Go to the Data Tab
  2. Choose Data Analysis (note that this functionality might be hidden if you've never used it before)
  3. In Data Analysis, select Regression
  4. Choose your Y and X input data as illustrated in Fig. 3

Following these steps, Excel will automatically generate the bi-cubic curve coefficients.

Zakaria's avatar Zakaria  ( 2024-07-30 02:24:39 -0600 )edit

I hope this helps. If you need further assistance, feel free to ask!

Zakaria's avatar Zakaria  ( 2024-07-30 02:25:03 -0600 )edit

Thanks a lot Zakaria! I think I understand what you did in figure 3 now. I just wanted to confirm that in the Open Studio Bicubic Curve inputs that x represents the evaporator temperature and y represents the condenser temperature? Because CoolSelector 2 and Bitzer display their performance curves slightly different. Bitzer for example y = c1 + c2to + c3tc + c4to^2 + c5totc + c6tc^2 + c7to^3 + c8tcto^2 + c9totc^2 + c10tc^3. Furthermore, do you know what units the inputs should be for the Power(W) and Capacity (BTU/hr) curves in Open Studio? I am running my model in IP units.

Adam Sustainable's avatar Adam Sustainable  ( 2024-07-30 15:44:43 -0600 )edit
0

answered 2023-02-02 11:36:40 -0600

It seems you answered your own question (the CurveFitTool.xlsm that comes with E+). Are you asking about how to use this tool? Or are you looking for sources of manufacturer data that can be input into the CurveFitTool?

edit flag offensive delete link more

Comments

Thank you so much for your answer! I greatly appreciated it. The compressor performance curves are Bicubic curves and the CurveFitTool.xlsm file only has Cubic, Quadratic, and Bi-quadratic options. So how do I use it to calculate the coefficient of a Bicubic curves to use it for compressorspower and capacity performance curves? And since you ask, where can I find the manufacturer's data and how to use the tool? Thank you very much.

Zakaria's avatar Zakaria  ( 2023-02-02 12:52:30 -0600 )edit

Training Workshops

Careers

Question Tools

3 followers

Stats

Asked: 2023-02-02 10:40:05 -0600

Seen: 280 times

Last updated: Jan 28