Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FlowDivider missing equation? #326

Open
roman-timo opened this issue Sep 7, 2024 · 0 comments
Open

FlowDivider missing equation? #326

roman-timo opened this issue Sep 7, 2024 · 0 comments
Labels
question Further information is requested

Comments

@roman-timo
Copy link
Contributor

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
           ]

@bradcarman

@roman-timo roman-timo added the question Further information is requested label Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant