-
Notifications
You must be signed in to change notification settings - Fork 67
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
Simple heat consumer implementation #599
Simple heat consumer implementation #599
Conversation
…hermal properties of a consumer (mass flow, heat extraction, temperature difference and return temperature) Note: the model currently only works with set mass flow and heat extraction, as the other modes require a more dedicated simulation wrt. the update of fluid properties between heat transfer iterations and a feedback of heat transfer results to hydraulics
# Conflicts: # src/pandapipes/component_models/heat_consumer_component.py # src/pandapipes/test/api/test_components/test_heat_consumer.py
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #599 +/- ##
===========================================
- Coverage 90.49% 86.72% -3.78%
===========================================
Files 139 89 -50
Lines 10549 6168 -4381
===========================================
- Hits 9546 5349 -4197
+ Misses 1003 819 -184 ☔ View full report in Codecov by Sentry. |
- shifted some branch initialization to branch_wzerolength_models.py (also for heat_exchanger_component.py) - switched order of arguments in component (qext and mdot)
This first implementation includes a model that combines the two components heat_exchanger and flow_control. A user can set the desired extracted heat flux and the mass flow through this consumer that can thereby directly connect flow and return system of a district heating network.