Open
Description
Question❓
Hydraulic components - FlowDivider.
I see a commented line in equations which should define a dm on port_b. Is it missing something or does it work just fine? What was the idea?
Thank you.
eqs = [connect(port_a, port_b, open.port)
dm_a ~ port_a.dm
dm_b ~ dm_a / n
open.dm ~ dm_a - dm_b # extra flow dumps into an open port
# port_b.dm ~ dm_b # divided flow goes to port_b
]