-
Notifications
You must be signed in to change notification settings - Fork 196
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
Chiller:Electric:EIR API related to node need a serious refactor #3606
Comments
The above will not hard crash, but will print:
and
and otherwise do nothing to the chiller. |
Related to the tertiary node: #3111, might be worth doing both objects at the same time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
None of these should exist, especially not in the public header (
ChillerElectricEIR.hpp
):All of these plant loop connections are supposed to be set using addToNode / addToTertiaryNode.
ChillerElectricEIR::addToNode should probably be overloaded to do something like what I've done for CentralHeatPumpSystem:
OpenStudio/src/model/CentralHeatPumpSystem.cpp
Lines 194 to 221 in 5dc8c4e
@eringold can give you a MCVE of a ruby script that produces a hard crash
The text was updated successfully, but these errors were encountered: