Water to Water HP coefficient curves

asked 2022-11-27 12:47:33 -0500

paulcaicedo's avatar

updated 2023-02-15 13:20:02 -0500

Hello,

I've developed curves for water-to-water heat pumps before, but now I am getting errors with different manufacturers and capacities.

The information found in https://www.nordicghp.com/wp-content/... (page 11) is filled in the attachment "Nordic HP-Commercial-WWH-Series-800.xlsx"

When I click on generate parameters in the curve generator file, an error appears saying Run-time error '5'.

It looks like the spreadsheet can't handle the capacity for the heat pump, or maybe it is because there is R22 refrigerant in the Excel whereas my unit is R410a.

It doesn't look that E+ has updated spreadsheets for this purpose. I sent a support ticket a month ago to E+ Support. Any help here will be appreciated.

Spreadsheets in this link (https://1drv.ms/u/s!Aq3pqwzB1VTOgP9EB...)

Regards, Paul

edit retag flag offensive close merge delete

Comments

@paulcaicedo it looks like your first URL to Nordic heat pump manufacturer test data is not valid anymore. Is this the correct link?

https://www.nordicghp.com/wp-content/...

Aaron Boranian's avatar Aaron Boranian  ( 2023-02-15 10:59:54 -0500 )edit

I can confirm the same Run-time error '5': Invalid procedure call or argument message trying to use the (2) Generate Parameters button of the ParamEstimator sheet. Debugging VBA goes to the following code line in the DHLAT public function for latent heat of vaporization:

FLOG = Log(F(IR) - TSAT) / Log(10)

I believe that a good explanation is that the actual heat pump uses R410a, but that isn't even an option in this spreadsheet tool (cell B4 of the ParamEstimator sheet). @MJWitte@JasonGlazer@rraustad any ideas?

Aaron Boranian's avatar Aaron Boranian  ( 2023-02-15 11:11:17 -0500 )edit

@paulcaicedo can you provide a link to the EnergyPlus support ticket?

Aaron Boranian's avatar Aaron Boranian  ( 2023-02-15 11:14:29 -0500 )edit

Thanks for your reply Aaron. That is the correct link. The support ticket is #16269 Water to Water HP

paulcaicedo's avatar paulcaicedo  ( 2023-02-15 13:15:09 -0500 )edit

I opened the code in Visual Basic and it looks like Kenneth Tang created the spreadsheets. Here is his thesis.

paulcaicedo's avatar paulcaicedo  ( 2023-02-17 09:51:20 -0500 )edit