-
Notifications
You must be signed in to change notification settings - Fork 135
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
HeatPipeline as new custom component #619
base: dev
Are you sure you want to change the base?
Conversation
2 similar comments
hey, you will find an example for district-heating network optimization in order to give an idea about what you can use heatpipeline for ... https://github.com/quarree100/dhs_optimization It although uses the 'NonConvexInvestmentFlow' of #636 P_loss = P_invest * f_loss + f_loss_fix * invest_status where invest_status is the binary variable of the nonconvex investment. |
Codecov Report
@@ Coverage Diff @@
## dev #619 +/- ##
=======================================
Coverage 92.15% 92.15%
=======================================
Files 13 13
Lines 1377 1377
Branches 326 326
=======================================
Hits 1269 1269
Misses 62 62
Partials 46 46 Continue to review full report at Codecov.
|
This PR should implement a new custom component called HeatPipeline.
In #618 there is a short describtion of the aim of the component.
to do