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

Aggregation data in exergy analysis is wrong if T <= Tamb #338

Closed fwitte closed 2 years ago

fwitte commented 2 years ago

For an example see: https://github.com/fwitte/refrigeration_cycle_exergy/

The aggregated data ignore the fact, that e.g. for a compressor with T < Tamb at the inlet and T > Tamb at the outlet, the E_F of the component data is different from the respective E_P of the bus data. Needs a fix asap!