oemof / tespy

Thermal Engineering Systems in Python (TESPy). This package provides a powerful simulation toolkit for thermodynamic modeling of thermal engineering plants such as power plants, heat pumps or refrigeration machines.
https://tespy.readthedocs.io
MIT License
281 stars 86 forks source link

Implement efficiency parameter equations for HeatExchanger class #529

Closed fwitte closed 3 months ago

fwitte commented 3 months ago

This PR introduces two new equations for the HeatExchanger class, i.e. the eff_cold and eff_hot equations, that describe the heat exchanger efficiency parameters.

pep8speaks commented 3 months ago

Hello @fwitte! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 48:80: E501 line too long (82 > 79 characters) Line 49:80: E501 line too long (81 > 79 characters) Line 50:80: E501 line too long (81 > 79 characters) Line 123:80: E501 line too long (80 > 79 characters) Line 709:80: E501 line too long (80 > 79 characters)

Line 906:80: E501 line too long (121 > 79 characters)

Comment last updated at 2024-07-31 19:36:22 UTC