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

Fan Availability Schedule

asked 2016-08-03 16:50:26 -0500

Adam Hilton's avatar

updated 2016-08-04 06:10:35 -0500

I'm not seeing the fan availability schedule being respected by the OS to idf translator. The translator always assigns the air loop availability schedule to fan availability schedule. Anyone else experience this or am I missing something???

I skinned the loop down to just two fans, a setpoint manager, and an outdoor air system to try to figure it out.

image description


In OS Interface

Fan Settings:

image description

Air Loop Control Settings:

image description


In IDF Output (Using standard run process)

Fan:ConstantVolume,
Exhaust Fan,                            !- Name
Always On,                              !- Availability Schedule Name
0.7,                                    !- Fan Total Efficiency
250,                                    !- Pressure Rise {Pa}
0.5,                                    !- Maximum Flow Rate {m3/s}
0.9,                                    !- Motor Efficiency
1,                                      !- Motor In Airstream Fraction
Node 10,                                !- Air Inlet Node Name
Exhaust Air;                            !- Air Outlet Node Name

EDIT: This is related by the solution isn't applicable. If I want to disable one of the fans at certain times of the year shouldn't I be able to schedule it off using the fan availability schedule? Does that functionality not exist???

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2016-08-05 14:15:21 -0500

The availability schedule of a fan in the context of AirLoopHVAC is ignored by design in OpenStudio. This is to avoid conflicts and confusion with the availability schedule.

The logic that is enforcing this behavior is located here, where OpenStudio converts the osm model into energyplus idf.

This is a little misleading on OpenStudio's part because it is showing the availability schedule in the inspector. This is because in the context of ZoneHVAC the fan availability schedule is in play, and the inspector policy that controls what fields you can access is not currently designed to be conditional based on the context of the fan you are looking at. Ideally OS would show the fan schedule when viewing Zone HVAC and not show it when you view a fan in AirLoopHVAC.

If there is a particular use case that OpenStudio's behavior is blocking, then I would like to hear more about what you are trying to accomplish.

edit flag offensive delete link more

Comments

Thanks Kyle, makes sense. Simply put, I want to simulate exhaust fan operation in the winter but not the summer. Since there is heat recovery it needed to be in the air loop to capture the fan heat in the exhaust air that the HR sees.

Adam Hilton's avatar Adam Hilton  ( 2016-08-05 14:44:18 -0500 )edit

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: 2016-08-03 16:50:26 -0500

Seen: 1,276 times

Last updated: Aug 05 '16