-
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
Addresses #3728, add new DOAS to AHU objects #3863
Conversation
For ref the E+ NFP is here: https://github.com/NREL/EnergyPlus/blob/develop/design/FY2019/NFP-DOAS_MultiAHUs.md |
I'm not familiar with this new feature of E+, I just looked into it briefly. This isn't very organized below, mostly brainstorming... The questions I have aren't about the IDD but are actually about how to implement that as classes and the GUI. The AirLoopHVAC:DedicatedOutdoorAirSystem is weird in the sense that it appears to be somewhat similar to a unitary system except that it isn't placed on an AirLoopHVAC. I would have preferred if if it would have been an actual Perhaps we could do it this way in OpenStudio? We could merge AirLoopHVAC:ZoneSplitter and AirLoopHVAC:Splitter and enforce connection rules in the model API (check what's existing, and prohibit mixing zones and AirLoopHVACOutdoorAirSystems), and translate to either a ZoneSplitter or Splitter in the Forward Translator? If we implement both, then we probably also need to subclass AirLoopHVAC, or provide a way to change the splitter type in the model API (and GUI) which is going to be painful. Otherwise if we implement that like E+ does, then it'll be somewhat of a "black box" in the sense that you cannot modify them in the GUI, and they wouldn't be rendered currently. |
@joseph-robertson is this still a work in progress? |
Yes, it is. |
I'm interested in a status update on this pull request. Has there been any progress made lately? Any idea on when it might be merged? Thanks |
No, there has not been any progress made lately. My guess is that this will get worked on, and merged. sometime between the 3.1.0 release and the following major release. |
…do with 9.5.0 official**
I pulled #4233 into this one so CI would build and test correctly |
CI Results for 049844b:
|
Are there any plans to add AirLoopHVAC:DedicatedOutdoorAirSystem into the OpenStudio GUI? |
@jzsustain moved your request at openstudiocoalition/OpenStudioApplication#709 |
Pull request overview
Please read OpenStudio Pull Requests to better understand the OpenStudio Pull Request protocol.
Pull Request Author
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
src/model/test
)src/energyplus/Test
)src/osversion/VersionTranslator.cpp
)src/openstudio_lib/library/OpenStudioPolicy.xml
)Labels:
IDDChange
APIChange
Pull Request - Ready for CI
so that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.