Closed fwitte closed 3 months ago
Hello @fwitte! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
src/tespy/components/heat_exchangers/base.py
: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)
src/tespy/connections/connection.py
:Line 906:80: E501 line too long (121 > 79 characters)
This PR introduces two new equations for the
HeatExchanger
class, i.e. theeff_cold
andeff_hot
equations, that describe the heat exchanger efficiency parameters.