2

Node Connection Error: non-parent inlet node

I'm modeling a unglazed transpired solar collector that is connected to a air-to-air heat exchanger that flows into the outdoor air mixer.

The air that I am receiving is below. Is there any insight as to the root of the problem?

* Severe * Node Connection Error, Node="AIR INTAKE NODE", The same node appears as a non-parent Inlet node more than once. * ~~~ * Reference Object=SOLARCOLLECTOR:UNGLAZEDTRANSPIRED, Name=JH UTSC * ~~~ * Reference Object=HEATEXCHANGER:AIRTOAIR:SENSIBLEANDLATENT, Name=AIR-TO-AIR HX * Severe * Node Connection Error, Node="AIR OUTLET NODE", The same node appears as a non-parent Outlet node more than once. * ~~~ * Reference Object=SOLARCOLLECTOR:UNGLAZEDTRANSPIRED, Name=JH UTSC * ~~~ * Reference Object=HEATEXCHANGER:AIRTOAIR:SENSIBLEANDLATENT, Name=AIR-TO-AIR HX *** There were 2 node connection errors noted.

clguen's avatar
153
clguen
asked 2015-11-04 12:20:15 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2015-11-04 12:23:03 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

Sounds like for both your solar collector and AAHX, you have used the same name as inlet air node (AIR INTAKE NODE) and outlet air node (AIR OUTLET NODE). Right now, EnergyPlus thinks you're using "AIR INTAKE NODE" in two different inlet locations in your model and "AIR OUTLET NODE" in two different outlet locations in your model.

For each component in your model, node names need to be unique UNLESS there are inlet / outlet connection relationships. Try changing the input fields to be "COLLECTOR AIR INTAKE NODE" and "COLLECTOR AIR OUTLET NODE" for your unglazed solar collector. Since outlet air from the collector is inlet air to the AAHX, you should set the inlet air input field of your AAHX object to "COLLECTOR AIR OUTLET NODE". To have a unique outlet air node name, change the outlet air input field of your AAHX object to "AAHX AIR OUTLET NODE".

Aaron Boranian's avatar
14.1k
Aaron Boranian
answered 2015-11-04 13:42:20 -0500, updated 2015-11-04 13:45:23 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you! Much appreciated!

clguen's avatar clguen (2015-11-04 14:34:11 -0500) edit
add a comment see more comments