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

Multiple Fans on AirLoops

asked 2015-06-22 18:07:02 -0500

updated 2015-07-10 21:04:17 -0500

What's the story with placing multiple fans on airloops in OpenStudio/EnergyPlus? It wasn't legal in OpenStudio for a while but now it is.

How does EnergyPlus handle this? For example, if you placed a fan in the typical location and also placed one on the exhaust air outlet node. How would the fan on the exhaust air outlet node behave if the airloop was in warm-up mode with the OA % set to zero?

Also, does the availability manager for the airloops control both fans or just one?

edit retag flag offensive close merge delete

Comments

1

By the way I think you should get a prize because I think this is question 1000! Maybe @Amir Roth has some candy to give you or something.

Kyle Benne's avatar Kyle Benne  ( 2015-06-22 21:37:10 -0500 )edit
1

Candy? I don't think Lincoln is seven... How about dinner or drinks on me next time we meet in person? Congratulations! Not only for asking question #1000, but for asking it in style! All questions should start with "What's the story with". And congratulations Unmet Hours!

__AmirRoth__'s avatar __AmirRoth__  ( 2015-06-23 07:37:59 -0500 )edit

@Amir - I will definitely take you up on that offer this fall in Atlanta. Congrats Unmet Hours! @kyle - Thanks for the info on the methods that retrieve different fan types, that will be very helpful.

Lincoln's avatar Lincoln  ( 2015-06-23 09:13:12 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
9

answered 2015-06-22 21:34:07 -0500

updated 2015-06-23 09:47:18 -0500

Well when I originally put the one fan limit in place in OpenStudio I thought it was an EnergyPlus restriction, so I figured it was better for OS to reject multiple fans as opposed to finding out downstream when you try to run a simulation. (This is generally the pattern in OS with respect to dropping things on nodes, we try to prevent bad things early) Along the way people pointed out valid workflows where at least two fans make sense and in fact despite what I thought, E+ allows them. The two typical situations being return fans (upstream of oa mixer) and relief fans (oa relief stream). So the rules are now relaxed in OS, allowing up to two. Here is the change that actually relaxed the rules. It looks like it come in in v1.3.3 so the current behavior has been there for a little while. It was actually a more recent commit that supported relief fans.

Notice if you are writing measures there are methods to conveniently retrieve the different types of fans from the AirLoopHVAC object. supplyFan, returnFan, and reliefFan

Recently I've been thinking that the whole numeric limit is overly draconian altogether. For instance when swapping components, say constant speed fan for variable speed, I generally recommend that people add the new component THEN remove the old component. This is the preferred method because removing a component will also remove at least one neighboring node, and that node might be the exact one that you are about to add the new thing to. If you add, then remove, the whole complication is avoided. But of course this means you might momentarily have three fans, which OpenStudio is going to raise a fuss about. I welcome conversation about these behaviors from this community, and will make adjustments according to what people thing makes sense.

In general I think the fans will operate as you expect according to the availability manager, but there might be some caveats depending on how the fan schedules are setup, so I'd say proceed with caution and verify by looking at the output data, or hope that someone with more definitive knowledge than me chimes in.

edit flag offensive delete link more

Your Answer

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

Add Answer

Careers

Question Tools

2 followers

Stats

Asked: 2015-06-22 18:07:02 -0500

Seen: 429 times

Last updated: Jun 23 '15