Skip to content

Commit

Permalink
remodec temperature lift function from heat consumer
Browse files Browse the repository at this point in the history
dlohmeier committed Mar 18, 2024
1 parent 1bd09d0 commit 4a57b24
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/pandapipes/component_models/heat_consumer_component.py
Original file line number Diff line number Diff line change
@@ -228,18 +228,3 @@ def extract_results(cls, net, options, branch_results, mode):

extract_branch_results_without_internals(net, branch_results, required_results_hyd,
required_results_ht, cls.table_name(), mode)

@classmethod
def calculate_temperature_lift(cls, net, branch_component_pit, node_pit):
"""
:param net:
:type net:
:param branch_component_pit:
:type branch_component_pit:
:param node_pit:
:type node_pit:
:return:
:rtype:
"""
branch_component_pit[:, TL] = 0

0 comments on commit 4a57b24

Please sign in to comment.