Opened 4 years ago
Last modified 4 years ago
#6207 closed defect
Mixed under/overdetermined initialization problem in Buildings — at Version 6
Reported by: | Francesco Casella | Owned by: | Karim Adbdelhak |
---|---|---|---|
Priority: | critical | Milestone: | 1.19.0 |
Component: | Backend | Version: | |
Keywords: | Cc: | Michael Wetter |
Description (last modified by )
Please check Buildings.Fluid.HeatExchangers.ActiveBeams.Examples.CoolingAndHeating. The backend reports
Error: The initialization problem of given system is mixed-determined. It is under- as well as overdetermined and the mixed-determination-index is too high. [index > 10]
The root cause should be investigated and resolved.
Change History (6)
comment:1 by , 4 years ago
Milestone: | 1.17.0 → 1.18.0 |
---|
comment:2 by , 4 years ago
comment:3 by , 4 years ago
I'm not 100% sure, just gut feeling.
I'd keep both tickets open, when one is fixed it is trivial to click on the test report link and see if the other has been fixed as well.
follow-up: 5 comment:4 by , 4 years ago
I have a strong feeling that this might be connected to #6203 and is caused by missing bindings of parameters. If not caused it should at least be influenced by it, so we should resolve that other ticket first.
comment:5 by , 4 years ago
Replying to Karim.Abdelhak:
I have a strong feeling that this might be connected to #6203 and is caused by missing bindings of parameters. If not caused it should at least be influenced by it, so we should resolve that other ticket first.
This would be fine, we'd solve mutiple issues in one shot.
comment:6 by , 4 years ago
Description: | modified (diff) |
---|
Duplicate of #6199?