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

"Induced Air Outlet Port List" for Return Plenum

asked 2015-05-19 22:07:18 -0500

updated 2015-11-10 21:32:07 -0500

In OpenStudio, after I define a return plenum, there appears to be a "Induced Air Outlet Port List" for the "OS:AirLoopHVAC:ReturnPlenum" and it has a drop down list of Port List 1 to Port List 12. I suppose it is for the secondary inlet nodes of fan powered mixing boxes(PIU), however I am not sure how to use this.

On the other hand, when I use either series or parallel PIU, I have no way to specify its secondary air inlet node in OpenStudio user interface.

image description

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2015-05-21 10:11:47 -0500

When you add a PIU terminal to a zone's air inlet node, the PIU secondary air inlet will automatically be connected to the zone's exhaust node. Whether you do this graphically in the OpenStudio Application, or programmatically through the API, it comes down to a call to the addToNode method which has the smarts to make this happen.

The "Induced Air Outlet Port List" displayed for the plenum is a crack in the Matrix. That property really should be hidden because connecting to the plenum in this way is not officially supported by the OpenStudio API.

You might be interested in this post about ports and nodes. https://unmethours.com/question/8041/...

edit flag offensive delete link more

Comments

Can we specify the secondary air inlet not automatically set? No APIs open for this operation.

zhengangzhu's avatar zhengangzhu  ( 2015-05-27 01:21:37 -0500 )edit

The short answer is no. There is no supported API to connect to the Induced Air Outlet Node of the return plenum, short of an EnergyPlus Measure.

Kyle Benne's avatar Kyle Benne  ( 2015-05-27 09:12:25 -0500 )edit

In EnergyPlus there are two types of terminals designed to work with the induced air node. They are AirTerminal:SingleDuct:SeriesPIU:Reheat and AirTerminal:SingleDuct:ParallelPIU:Reheat. If you were really industrious and poked around in OS source code you might stumble on ::setInducedAirPlenumZone, however this method is private and not yet supported publicly, or even accessible from the Ruby API.

Kyle Benne's avatar Kyle Benne  ( 2015-05-27 09:14:42 -0500 )edit
1

answered 2015-05-20 14:53:32 -0500

You are correct. Looking at the EnergyPlus documentation it is for the secondary inlet node for PIU units.

For reference here is a link to OpenStudio's plenum documentation.

edit flag offensive delete link more

Comments

David,

Thanks for confirming this. So the "Port List" should correspond to an EnergyPlus "Node list", however, I do not find a place in OpenStudio that I can assign nodes to each "Port List". Also, in the OpenStudio user interface for PIUs, I do not see a place that I can specify where the secondary air come from (Option 1. Return plenum.Option 2. Zone). From the exported IDF file, looks like its always from the zone.

TiejunWu's avatar TiejunWu  ( 2015-05-20 20:49:16 -0500 )edit

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: 2015-05-19 22:07:18 -0500

Seen: 246 times

Last updated: May 21 '15