1

Need some help with WaterHeater:HeatPump [closed]

I am trying to model a heating system based on an air-to-water heat pump. For this, I use the zonal object Heat Pump Water Heater and add the HPW Tank in my hot water loop. First I want to try with autosize, so I also add design days and allow sizing calculation in simulation control, as usual.

Since my heat pump works with outdoor air, I changed the following parameters :

OS:WaterHeater:HeatPump :

  • Inlet Air Configuration : OutdoorAirOnly
  • Compressor Location : Outdoor

OS:WaterHeater:Mixed :

  • Ambient Temperature Indicator : Outdoors
  • Ambient Temperature Outdoor Air Node Name : Out air node

When I run the simulation I get the following error :

* Severe * WaterHeater:Mixed = HPWH TANK: Outdoor Air Node not on OutdoorAir:NodeList or OutdoorAir:Node * ~~~ * ...Referenced Node Name=OUT AIR NODE

So, first question : How can I add this node to the list in OpenStudio ? This error is fixed if I export my model in .idf and add the node manually in EnergyPlus but then I cannot come back to OpenStudio. Do I need to write a measure ?

I also get a new error when running my simulation with EnergyPlus :

* Severe * AirLoopHVAC AIR LOOP HVAC 1 has no air flow * ~~~ * Check flow rate inputs for components in this air loop and, * ~~~ * if autosized, check Sizing:Zone and Sizing:System objects and related inputs.

This seems to be because I set the Outdoor Air Flow to 0 in DesignSpecification:OutdoorAir. If I add a value, this error disappears. However, I want the airflow rate to be autosized and I think it is possible this way (see https://unmethours.com/answers/1567/r...).

For example, it works when I use a packaged rooftop VAV so I don't understand why there is problem with this specific case. Any suggestions ?

ps : I'm using OS 1.10 and EP 8.4.

Urado's avatar
737
Urado
asked 2016-03-30 09:23:11 -0500
edit flag offensive 0 remove flag reopen merge delete

Closed for the following reason "the question is answered, right answer was accepted" by Urado 2016-04-01 03:50:17 -0500

Comments

add a comment see more comments

1 Answer

2

I think these are two independent issues. For the HPWH I think you have found a bug, because I don't think we have a test for the HPWH located outside, only inside the zone. I have filed a bug here.

For the no air flow issue, if you don't have an oa requirement then you are going to need a zone load to request flow and get things moving. Do you have a thermostat in your zone? Is there load on the zone?

Kyle Benne's avatar
6k
Kyle Benne
answered 2016-03-30 13:45:33 -0500
edit flag offensive 0 remove flag delete link

Comments

Example file HeatPumpWaterHeater

WaterHeater:HeatPump:PumpedCondenser,
  OutdoorHeatPumpWaterHeater,  !- Name
  OutdoorAirOnly,          !- Inlet Air Configuration
rraustad's avatar rraustad (2016-03-30 14:08:46 -0500) edit

Thanks for your answer. Yes, obviously the two issues are independent. Usually I use EnergyPlus after creating my geometry in OS plugin for SketchUp, so I think my second problem is due to an error in my OpenSutdio model which I don't handle very well.

When exporting to idf, I see that my Heating Thermostat set in my Thermal Zone (in the HVAC Systems tab) is not translated so I probably missed something. First I have to look how to properly create a Thermostat in OS.

Urado's avatar Urado (2016-03-31 04:13:02 -0500) edit

Ok, this post could explain my problem. That should be why my thermostat is not translated when I set only heating, quite disturbing though !

Urado's avatar Urado (2016-03-31 06:23:09 -0500) edit
add a comment see more comments