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

Update mechanical ventilation outdoor air method combo box #646

Merged
merged 2 commits into from
Jan 5, 2024

Conversation

eringold
Copy link
Contributor

@eringold eringold commented Nov 28, 2023

Fixes #634

@jmarrec

ventilationCalcMethodComboBox->addItem("Indoor Air Quality Procedure Generic Contaminant", "IndoorAirQualityProcedureGenericContaminant");
ventilationCalcMethodComboBox->addItem("Indoor Air Quality Procedure Combined", "IndoorAirQualityProcedureCombined");
ventilationCalcMethodComboBox->addItem("Proportional Control Bseed On Design Occupancy", "ProportionalControlBasedOnDesignOccupancy");
ventilationCalcMethodComboBox->addItem("Proportional Control Bseed On Design OA Rate", "ProportionalControlBasedOnDesignOARate");
Copy link
Collaborator

@jmarrec jmarrec Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These aren't one of the values that OpenStudio.idd has though.

https://github.com/NREL/OpenStudio/blob/55040fb543628bcbeff73532d488d6ad8ba968ee/resources/model/OpenStudio.idd#L21445-L21453

  A5, \field System Outdoor Air Method
       \type choice
       \key ZoneSum
       \key Standard62.1VentilationRateProcedure
       \key Standard62.1VentilationRateProcedureWithLimit
       \key IndoorAirQualityProcedure
       \key ProportionalControl
       \key ProportionalControlBasedOnOccupancySchedule
       \key ProportionalControlBasedOnDesignOccupancy

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I filed NREL/OpenStudio#5060 for it, but we can't drop this PR with options that don't exist in 3.7.0

src/openstudio_lib/HVACSystemsView.cpp Outdated Show resolved Hide resolved
@jmarrec jmarrec merged commit 0858a4d into openstudiocoalition:develop Jan 5, 2024
7 of 8 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Viewing HVAC Systems Control view resets Controller:MechanicalVentilation System Outdoor Air Method
2 participants