We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The guilty part is here:
OpenStudio/src/energyplus/ForwardTranslator/ForwardTranslateSizingZone.cpp
Lines 298 to 345 in d05bc3a
As you can see, it'll do it for the first airLoopHVAC it finds, not for all of them.
It calls HVACComponent_Impl::airLoopHVAC() whereas it should call ThermalZone::airLoopHVACs() on loop on that
HVACComponent_Impl::airLoopHVAC()
ThermalZone::airLoopHVACs()
Some additional details about your environment for this issue (if relevant):
Reported on slack.
The text was updated successfully, but these errors were encountered:
Add test for #3926
d7bbe28
Fix #3926 - handle multiple AirLoopHVACs and assign the DSOA to all C…
d8c85ea
…ontrollerMechanicalVentilation objects
jmarrec
Successfully merging a pull request may close this issue.
Issue overview
The guilty part is here:
OpenStudio/src/energyplus/ForwardTranslator/ForwardTranslateSizingZone.cpp
Lines 298 to 345 in d05bc3a
As you can see, it'll do it for the first airLoopHVAC it finds, not for all of them.
It calls
HVACComponent_Impl::airLoopHVAC()
whereas it should callThermalZone::airLoopHVACs()
on loop on thatDetails
Environment
Some additional details about your environment for this issue (if relevant):
Context
Reported on slack.
The text was updated successfully, but these errors were encountered: