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

Add bi-directional pipeline node #183

Open
jetuk opened this issue May 11, 2024 · 0 comments
Open

Add bi-directional pipeline node #183

jetuk opened this issue May 11, 2024 · 0 comments
Labels
enhancement New feature or request schema Relates to the pywr-schema crate

Comments

@jetuk
Copy link
Member

jetuk commented May 11, 2024

A helper node that contains two simple links. This would allow specifying a single capacity, cost, etc. for both directions. Max and min flows may need to be constrained by an aggregated node.

The implementation here might be tricky with determining the orientation of the node. I.e. how would it report flow? Is +ve flow left-to-right, and -ve right-to-left? Will it always be obvious which is "left" and "right". Should those slots have different names?

image

@jetuk jetuk added enhancement New feature or request schema Relates to the pywr-schema crate labels May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request schema Relates to the pywr-schema crate
Projects
None yet
Development

No branches or pull requests

1 participant