-
Notifications
You must be signed in to change notification settings - Fork 222
Closed
Description
Enhancement Request
Missing these:
\key IndoorAirQualityProcedureGenericContaminant
\key IndoorAirQualityProcedureCombined
\key ProportionalControlBasedOnDesignOARate
Additionally, it's time to remove "ProportionalControl", which has been there as a backward compatible mapping to "ProportionalControlBasedonOccupancySchedule" for at least 8 years: b1b6b6d
Detailed Description
OpenStudio
\key ZoneSum
\key Standard62.1VentilationRateProcedure
\key Standard62.1VentilationRateProcedureWithLimit
\key IndoorAirQualityProcedure
\key ProportionalControl -> maps to ProportionalControlBasedonOccupancySchedule in FT
\key ProportionalControlBasedOnOccupancySchedule
\key ProportionalControlBasedOnDesignOccupancy
E+
A4, \field System Outdoor Air Method
\type choice
\key ZoneSum
\key Standard62.1VentilationRateProcedure
\key Standard62.1VentilationRateProcedureWithLimit
\key IndoorAirQualityProcedure
\key ProportionalControlBasedOnDesignOccupancy
\key ProportionalControlBasedOnOccupancySchedule
\key IndoorAirQualityProcedureGenericContaminant
\key IndoorAirQualityProcedureCombined
\key ProportionalControlBasedOnDesignOARate
\default Standard62.1VentilationRateProcedure
Possible Implementation
Found during review of a PR to OSApp that tries to align them: openstudiocoalition/OpenStudioApplication#646 (comment)