Central Heat Pump System Working for Cooling But Not Heating
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:
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)}
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.
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!