e2nIEE / pandapipes

A pipeflow calculation tool that complements pandapower in the simulation of multi energy grids
https://www.pandapipes.org
Other
139 stars 60 forks source link

Simple heat consumer implementation #599

Closed dlohmeier closed 5 months ago

dlohmeier commented 5 months ago

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.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 97.34513% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 86.72%. Comparing base (9385283) to head (181abb6). Report is 1 commits behind head on develop.

:exclamation: Current head 181abb6 differs from pull request most recent head a347b82. Consider uploading reports for the commit a347b82 to get more accurate results

Files Patch % Lines
src/pandapipes/create.py 93.75% 2 Missing :warning:
...apipes/component_models/heat_consumer_component.py 98.76% 1 Missing :warning:
Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.