-
Notifications
You must be signed in to change notification settings - Fork 209
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
Minimum zone ventilation efficiency #3898
Comments
Confirmed it's missing in OpenStudio, and easy to add.
replace with
|
Hmmm, actually, I seems that while the object appears to be wrapped in the model API ( OpenStudio/src/model/Model.cpp Line 2842 in 92c9f11
It's not SWIG'ed either. |
Could this be included in the next OpenStudio release? |
@jmarrec Can we get this in for 3.0.0? Run regression tests to make sure no major changes? |
Its possible, but not as straightforward as I had thought initially since the existing class is actually not used. Requires modifying the model API to make use of it, or strapping the new field onto the SizingZone object like it is now (less work for sure). @kbenne thoughts? I would assume put it on OS:Sizing:Zone? |
(has nothing to do here, but trying to save time rebuilding and need to switch machines tomorrow)
…:ZoneAirDistribution at end of Sizing:Zone and prefix them with "Design" Not adding 'Zone Air Distribution Effectiveness Schedule Name'
closed and merged in #3915 |
Enhancement Request
The SDK allows users to set/get the zone air distribution effectiveness in heating/cooling mode via
DesignSpecificationZoneAirDistribution
andSizingZone
but not the minimum zone ventilation efficiency, which is a valid input in EnergyPlus. It would great if the later could be added.The text was updated successfully, but these errors were encountered: