- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 46
 
Open
Labels
questionFurther information is requestedFurther information is requested
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
           ]
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested