You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#1128.
I'm pretty sure this wasn't an issue to begin with, since
`LinearResistance` was automatically detected as a flow restricting node
now that the struct has a `max_flow_rate` field. I just added a test for
the `is_flow_constraining` function to be sure.
What
Allocation does not limit LinearResistance capacity when
max_flow_rate
is set.Why
I forgot about this in #1100.
How
Adding capacities just like is done for Pump etc.
The text was updated successfully, but these errors were encountered: