-
Notifications
You must be signed in to change notification settings - Fork 162
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
Issue3063 District DHW #3525
Issue3063 District DHW #3525
Conversation
This resolves errors in DirectHeatExchangerWaterHeaterWithAuxHeat caused by medium models not matching across components.
In DirectHeatExchangerWaterHeaterWithAuxHeat, the variable havePEle is already declared in its parent model PartialFourPortDHW.
This commit exposes more errors.
This is done by manually deleting and remaking connectors from souDcw in the graphic view.
@mwetter I've updated the port locations and also the icons for the heat pump and heat pump with DHW subsystems. As far as I know, there's still the issue of simulating some models in Optimica. But let me know if there's anything else needed that you see to make this ready to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dhblum : Please go ahead and merge it when the release notes are updated (which I think you did today).
Regarding your note about issues with some models in Optimica, I believe these are old issues, right? I am asking as I don't see a new entry in conf.yml
Thanks @mwetter. Yes I added release notes today. I have not added the optimica errors to conf.yml yet. The openmodelica tests will also fail if the unit test image isn't updated to 1.22.0. I can either add to the conf.yml until #3603 is merged, or wait for #3603 to be merged before merging this one. |
@mwetter Unit tests for openmodelica are failing still after merging the latest master with update to OM 1.22.0, with a failure of initialization for one model. But, when I run that model with OM 1.22.0 locally it works fine. The only difference I can see is that I run on Ubuntu 20 while the travis unit test runs with a Ubuntu 22 (Docker). Do you have experience that the same OM version but on different OS versions can cause a problem? |
Different OS and OS versions may yield slightly different results, such as due to different compiler versions and/or libraries. I suggest you put it on the exclude list for now, and when we update to the new OpenModelica version, revisit it. |
Ok I see, thanks. Sounds reasonable, I'll add it to the exclude list. |
@mwetter When you typically merge to master do you have any preference for squash merges or not? |
Either is fine. |
This is for #3063. In particular, it:
Still todo: