First time here? Check out the Help page!

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

HeatPump:PlantLoop:EIR Outdoor Air Nodes

asked Dec 4

QCeng's avatar

updated Dec 5

Hi,

I wish to simulate a central HVAC system using an Air to Water Heat Pump. I know that this feature is not available in OpenStudio so I just exported my OSM file to IDF and made the changes accordingly.

The thing I have trouble understanding is how to add outdoor air nodes to the Source Side Inlet Node Name and Source Side Outlet Node Name of HeatPump:PlantLoop:EIR:Cooling and HeatPump:PlantLoop:EIR:Heating components.

I select AirSource as condenser type but I don't have any options for Outdoor Air Nodes and it seems I can't create new ones?

When I look at an example online ( link text ) they put Outdoor Air Inlet Node and Outdoor Air Outlet Node but the last one is not even listed in the nodes list? Am I missing something?

Thank you!

Preview: (hide)

2 Answers

Sort by » oldest newest most voted
1

answered Dec 5

@QCeng In your IDF, "Outdoor Air Inlet Node" is defined as an OutdoorAir:Node object type, which tells EnergyPlus that specific node in the model matches weather data.

OutdoorAir:Node,
  Outdoor Air Inlet Node;     ! Name

"Outdoor Air Outlet Node" is what's picked up heat from the condenser and rejected outdoors, so it's just a node name for reference and not connected to any other HVAC component or EnergyPlus object. You can request system node output variables (flow rate, temperature, etc.) for "Outdoor Air Outlet Node" to confirm that it is at a different state than "Outdoor Air Inlet Node" when the heat pump operates.

Preview: (hide)
link

Comments

Thank you Aaron but my issue was that I didn't have any other Outdoor Air Node, just one "Outdoor Air Inlet Node". If I selected it for all the OA nodes in the HeatPump cooling and heating objects it would throw an error.

QCeng's avatar QCeng  ( Dec 10 )
0

answered Dec 10

QCeng's avatar

I think I have solved my issue. I simply added four new outdoor air nodes in OutdoorAir:NodeList and assigned them to the Source Side Inlet Node Name and Source Side Outlet Node Name of HeatPump:PlantLoop:EIR:Cooling and HeatPump:PlantLoop:EIR:Heating.

I am still wondering how the code in the link in my first post could work though because it just has one outdoor air node defined.

Preview: (hide)
link

Your Answer

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

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: Dec 4

Seen: 90 times

Last updated: Dec 10 '24