-
Notifications
You must be signed in to change notification settings - Fork 0
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
193 set priority based on marginal costs #198
Conversation
…ority from marginal costs. Also added tests
…ducers to set pressure, fixed out of bounds when flow becomes zero. COrrect minus sign for poduction asset
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets have a call to discuss comments
src/omotes_simulator_core/entities/assets/controller/controller_producer.py
Show resolved
Hide resolved
src/omotes_simulator_core/solver/network/assets/production_asset.py
Outdated
Show resolved
Hide resolved
…d correct change in solve equations
I replied and fixed the comments. Back to you @vanmeerkerk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Final points and there is still one discussion point that we need to address
src/omotes_simulator_core/entities/assets/controller/controller_producer.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Therer is still one point to discuss but that could also be a fix outside of this PR.
Added support for running with priority based on marginal costs.
Added also a test model, but did not yet included a test to run it.
Also needed some fixing in the solver since the sign for the set mass flow rate was not corrected.
Also found out that port order in esdl is not fixed so we need to fix this before V0.5