6

Can energyplus now simulate the energy consumption of air-water heat pump units?

Can energyplus now simulate the energy consumption of air-water heat pump units?

l1023's avatar
141
l1023
asked 2019-01-07 23:57:55 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2019-01-08 09:07:31 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

EnergyPlus does not yet have an object to simulate a central air-to-water heat pump object. This is a high priority feature request, and is expected to be part of an EnergyPlus release in the next year.

As there are several modeling projects that require it, openstudio-standards has a method that mimics a central air-to-water heatpump with the PlantComponentUserDefined object in EnergyPlus. You can add this object to a plant loop, or add a whole HVAC system served by an air-source heat pump with the model_add_hvac_system method with AirSourceHeatPump as the main_heat_fuel.

mdahlhausen's avatar
9.5k
mdahlhausen
answered 2019-01-09 11:59:11 -0500
edit flag offensive 0 remove flag delete link

Comments

thank you for your help

l1023's avatar l1023 (2019-01-22 00:58:43 -0500) edit

I am not clear as to how you use the openstudio-standards method to mimic a central air-to-water heatpump. Do you put the Prototype.CentralAirSourceHeatPump.rb file in a Lib directory of the OpenStudio installation directory? Then do you create a measure a require 'Prototype.CentralAirSourceHeatPump' statement to replace the PlantComponentUserDefined objects placed in the plant loops created in the OpenStudio user interface? I would really appreciate an example or detailed instructions as to how to use this method or a measure on the BCL. Thank you.

RCulham's avatar RCulham (2023-09-16 09:49:45 -0500) edit

E+ has since added a central air-to-water heat pump object. I suggest you use that. The method in openstudio-standards is still using a PlantComponentUserDefined object to model the heat pump. If you want to add it to your model, you can use the "Create Typical Building from Model" OpenStudio measure on BCL.

mdahlhausen's avatar mdahlhausen (2023-09-18 11:52:13 -0500) edit
add a comment see more comments