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

The nomenclature of the functional groups table in exergy table is misleading #291

Closed fwitte closed 2 years ago

fwitte commented 2 years ago

Instead of E_F and E_P it should be something like E_in and E_out, because the actual exergy streams entering and leaving the functional group are displayed. This means that also the efficiency value must be removed fromt the dataframe as that value is not in line with the traditional exergy efficiency definition. The exergy groups are only used for graphical representation of the exergy streams in the system.

fwitte commented 2 years ago

Resolved by #293