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

Central Heat Pump System Working for Cooling But Not Heating

asked 2018-04-05 19:10:36 -0500

chriswmackey's avatar

updated 2018-04-06 09:49:05 -0500

Hello All,

Now that the newly-released OpenStudio 2.5 seems to have full support for central heat pumps, I have been trying to implement it in some measures and I feel that I am very close to getting it to work. It's completely working in cooling mode and I've successfully connected it to the hot water loop.

However, the heating mode of the heat pump does not ever turn on and there is never any hot water generated. The loop clearly senses the heating demand as the hot water pump ends up pulling infinite electricity. But the temperature of the loop never rises.

I have been racking my brain for the last 4 hours trying to understand why the heating mode of the heat pump is not turning on and I have matched as many inputs as I can with the CentralChillerHeaterSystem_Cooling_Heating.idf example that comes with EnergyPlus.

I thought I would put the question out here in case anyone has encountered this issue. My intuition tell me it's something obvious that I am missing about how tertiary plant loops are supposed to work. Any thoughts or hypotheses are appreciated and, if you are willing to check the issue, you can find a simple single-zone .osm model that recreates the issue here:

https://drive.google.com/open?id=1Ykz...

edit retag flag offensive close merge delete

Comments

1

You're hitting this issue: https://github.com/NREL/EnergyPlus/is... Not sure that's going to solve your heating issue though. model.getChillerHeaterPerformanceElectricEIRs.each{|comp| comp.setReferenceCoolingModeEvaporatorCapacity(600000)}

Julien Marrec's avatar Julien Marrec  ( 2018-04-06 10:12:01 -0500 )edit

Thank you Julien! That's exactly what I needed to know. After I hard size the ChillerHeaterPerformance:Electric :EIR, I get the correct heating energy as expected. So, for anyone else experiencing the issue, the solution is to hard size this object instead of letting it autosize.

chriswmackey's avatar chriswmackey  ( 2018-04-06 13:25:53 -0500 )edit

This question might seem stupid, but is there a possibility to adjust a central heat pump system only in using OS or do I have to code in EnergyPlus?(according to link text and link text no) Regarding EnergyPlus, I have no experience yet -is there a fast way to establish the central heat pump system? I'm searching a quick solution for my problem, that my GSHP provides no cooling (link text). Thank you!

Mara's avatar Mara  ( 2020-12-14 14:01:25 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
3

answered 2018-04-12 08:22:09 -0500

You're hitting this issue: https://github.com/NREL/EnergyPlus/is.... Not sure that's going to solve your heating issue though, but you should try hardsizing the cooling evaporator capacity:

model.getChillerHeaterPerformanceElectricEIRs.each{|c| c.setReferenceCoolingModeEvaporatorCapacity(600000)}
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

4 followers

Stats

Asked: 2018-04-05 19:10:36 -0500

Seen: 867 times

Last updated: Apr 12 '18