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
3

"Induced Air Outlet Port List" for Return Plenum

asked 9 years ago

updated 9 years ago

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

Preview: (hide)

2 Answers

Sort by » oldest newest most voted
2

answered 9 years ago

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/...

Preview: (hide)
link

Comments

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

zhengangzhu's avatar zhengangzhu  ( 9 years ago )

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  ( 9 years ago )

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  ( 9 years ago )
1

answered 9 years ago

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.

Preview: (hide)
link

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  ( 9 years ago )

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: 9 years ago

Seen: 277 times

Last updated: May 21 '15