Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Min oa schedule complications #1344

Closed
kbenne opened this issue Jan 15, 2015 · 1 comment
Closed

Min oa schedule complications #1344

kbenne opened this issue Jan 15, 2015 · 1 comment

Comments

@kbenne
Copy link
Contributor

kbenne commented Jan 15, 2015

ControllerOutdoorAir::miniimumOutdoorAirSchedule has not generally had
an effect on turning off ventilation during off hours. This is because
ControllerMechanicalVentilation overpowers the minimum oa schedule and
OpenStudio consistently prefers to write the
ControllerMechanicalVentilation. To rectify this situation, if there is
a ControllerOutdoorAir::minimumOutdoorAirSchedule, then that schedule
will now also be written to the
ControllerMechanicalVentilation::AvailabilitySchedule field when
exporting the idf. This will disable the mechanical ventilation
controller for periods when minimuOutdoorAirSchedule is zero, thereby
removing its interference. Fractional schedule values will still not
have this benefit.

@kbenne
Copy link
Contributor Author

kbenne commented Jan 15, 2015

#1331

@kbenne kbenne closed this as completed Jan 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant