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

Control from allocation #2139

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Control from allocation #2139

wants to merge 5 commits into from

Conversation

SouthEndMusic
Copy link
Collaborator

Fixes #714

@SouthEndMusic SouthEndMusic marked this pull request as draft March 10, 2025 15:59
@SouthEndMusic
Copy link
Collaborator Author

@gijsber @Fati-Mon I made the model as discussed:

allocation_control

Currently there is no flow at all in this model, and here's why: allocation calculates the amount of flow available as the flow from the level boundary in the physical layer. However, at the beginning of the simulation there is no flow there yet because the outlet does nothing (the demand is 0 at the start). So there's an impass: the outlet doesn't flow because allocation doesn't allocate anything, allocation doesn't allocate anything because there is no flow.

Of course this is a flawed mechanism, which is again solved by allocation having a better model of the outlet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow Pump and Outlet nodes to be controlled by allocation
1 participant