oemof / tespy

Thermal Engineering Systems in Python (TESPy). This package provides a powerful simulation toolkit for thermal engineering plants such as power plants, district heating systems or heat pumps.
https://tespy.readthedocs.io
MIT License
256 stars 80 forks source link

Fix/exergy analysis fkt group labeling #293

Closed fwitte closed 2 years ago

fwitte commented 2 years ago

Correct the exergy analysis result printout. The component group's result data are used for Grassmann diagrams only. E_F and E_P are not following a respective definition, but are the summed exergy streams entering and leaving the component group. Therefore, these data are relabelled to E_in and E_out and the exergy efficiency epsilon is removed.

pep8speaks commented 2 years ago

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

Line 465:80: E501 line too long (83 > 79 characters)

Comment last updated at 2022-01-14 12:21:50 UTC