First time here? Check our help page!
1

Air-Water heat pump in EnergyPlus?

Hi!,

I'm simulating a building that uses an air-water heat-pump to produce hot water. The Fan-coil and UTAs use hot water but is impossible to associate my heat pump with these systems.

The solution I have found is to use a boiler with efficiency 1 and calculate the real consumption using the COP of the heat pump.

The problem is that I need use Jeplus to calibrate the COP but its not an input variable.

Is there a way to define a hot water production system to which I can introduce the COP of my heat pump?

Thank you!

DPalma's avatar
82
DPalma
asked 2022-05-18 04:03:30 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2022-05-18 09:38:46 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

You can use the HeatPump:PlantLoop:EIR:Cooling and HeatPump:PlantLoop:EIR:Heating objects for an air-to-water heat pump. From the documentation:

Beginning with version 9.1, an EIR-formulated heat pump model was added. This heat pump can be operated as a water-source object with the source-side connected to another plant loop, or as an air-source object with the source-side interacting with the outdoor air. This formulation allows the user to enter curves for specifying the capacity and energy usage in a more generic way, allowing the curves to be applicable to a wide variety of components. With the original equation fit model, the curve form was locked in to a specific set of linear coefficients. With the new form, the curve can be a quadratic function of temperatures, or an even more generic lookup table.

The implementation of this capability occurred here.

shorowit's avatar
11.8k
shorowit
answered 2022-05-18 14:01:15 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments