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

Addresses #3728, add new DOAS to AHU objects #3863

Merged
merged 42 commits into from
Mar 8, 2021
Merged

Addresses #3728, add new DOAS to AHU objects #3863

merged 42 commits into from
Mar 8, 2021

Conversation

joseph-robertson
Copy link
Collaborator

@joseph-robertson joseph-robertson commented Jan 23, 2020

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.

  • Model API Changes / Additions
  • Any new or modified fields have been implemented in the EnergyPlus ForwardTranslator (and ReverseTranslator as appropriate)
  • Model API methods are tested (in src/model/test)
  • EnergyPlus ForwardTranslator Tests (in src/energyplus/Test)
  • If a new object or method, added a test in NREL/OpenStudio-resources: Add Link
  • If needed, added VersionTranslation rules for the objects (src/osversion/VersionTranslator.cpp)
  • Checked behavior in OpenStudioApplication, adjusted policies as needed (src/openstudio_lib/library/OpenStudioPolicy.xml)
  • Verified that C# bindings built fine on Windows, partial classes used as needed, etc.
  • All new and existing tests passes
  • If methods have been deprecated, update rest of code to use the new methods

Labels:

  • If change to an IDD file, add the label IDDChange
  • If breaking existing API, add the label APIChange
  • If deemed ready, add label Pull Request - Ready for CI so that CI builds your PR

Review Checklist

This will not be exhaustively relevant to every PR.

  • Perform a Code Review on GitHub
  • Code Style, strip trailing whitespace, etc.
  • All related changes have been implemented: model changes, model tests, FT changes, FT tests, VersionTranslation, OS App
  • Labeling is ok
  • If defect, verify by running develop branch and reproducing defect, then running PR and reproducing fix
  • If feature, test running new feature, try creative ways to break it
  • CI status: all green or justified

@jmarrec
Copy link
Collaborator

jmarrec commented Jan 23, 2020

@jmarrec
Copy link
Collaborator

jmarrec commented Jan 23, 2020

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 AirLoopHVAC with rule enforcement to ensure that you can only connect AirLoopHVAC:OutdoorAirSystem to it (or Zone Stuff, but not both), but it was probably harder to implement in E+....

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.
If we want to render that, how would we do it? Perhaps add a new Tab accessible from that weird dropdown similar to Refrigeration or VRF that would allow you to place fan, heating/cooling coils etc. Could also add a dropdown on the "Control" subtab of AirLoopHVAC for "DOAS Connection" that would also connecting to that AirLoopHVAC:DedicatedOutdoorAirSystem.
Should the DOAS should be the one referencing the AirLoopHVACs it serves via extensible groups, or the other way around? Note that the OS:AirLoopHVAC:OutdoorAirSystem is the one bearing the fields that in E+ are in OutdoorAir:Mixer including the Outdoor Air Stream Node Name which should be referenced by AirLoopHVAC:Splitter

@kbenne
Copy link
Contributor

kbenne commented Mar 11, 2020

@joseph-robertson is this still a work in progress?

@joseph-robertson
Copy link
Collaborator Author

Yes, it is.

@kbenne

@anchapin
Copy link

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

@joseph-robertson
Copy link
Collaborator Author

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.

@joseph-robertson joseph-robertson added this to the OpenStudio SDK 3.2.0 milestone Nov 13, 2020
@tijcolem tijcolem linked an issue Nov 13, 2020 that may be closed by this pull request
@joseph-robertson joseph-robertson added the Pull Request - Ready for CI This pull request if finalized and is ready for continuous integration verification prior to merge. label Nov 13, 2020
resources/model/OpenStudio.idd Outdated Show resolved Hide resolved
resources/model/OpenStudio.idd Outdated Show resolved Hide resolved
resources/model/OpenStudio.idd Outdated Show resolved Hide resolved
resources/model/OpenStudio.idd Outdated Show resolved Hide resolved
resources/model/OpenStudio.idd Outdated Show resolved Hide resolved
resources/model/OpenStudio.idd Outdated Show resolved Hide resolved
resources/model/OpenStudio.idd Outdated Show resolved Hide resolved
resources/model/OpenStudio.idd Outdated Show resolved Hide resolved
resources/model/OpenStudio.idd Outdated Show resolved Hide resolved
resources/model/OpenStudio.idd Outdated Show resolved Hide resolved
resources/model/OpenStudio.idd Outdated Show resolved Hide resolved
@jmarrec
Copy link
Collaborator

jmarrec commented Mar 5, 2021

I pulled #4233 into this one so CI would build and test correctly

@joseph-robertson joseph-robertson requested a review from jmarrec March 8, 2021 15:55
@kbenne kbenne merged commit 83b05b5 into develop Mar 8, 2021
@kbenne kbenne deleted the issue-3728 branch March 8, 2021 17:11
jmarrec added a commit that referenced this pull request Mar 29, 2021
…ernal controllers for AirLoopHVACDedicatedOutdoorAirSystem
tijcolem added a commit that referenced this pull request Apr 1, 2021
Hotfix #4265 following  #3863 - Do not translate ControllerList if no external controllers for AirLoopHVACDedicatedOutdoorAirSystem
@jzsustain
Copy link

Are there any plans to add AirLoopHVAC:DedicatedOutdoorAirSystem into the OpenStudio GUI?

@jmarrec
Copy link
Collaborator

jmarrec commented Apr 4, 2024

@jzsustain moved your request at openstudiocoalition/OpenStudioApplication#709

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component - HVAC Enhancement Request Pull Request - Ready for CI This pull request if finalized and is ready for continuous integration verification prior to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new DOAS to AHU objects
6 participants