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
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
]
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.
@bradcarman
The text was updated successfully, but these errors were encountered: