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
266 stars 84 forks source link

Improvements for TESPy #2

Closed fwitte closed 5 years ago

fwitte commented 6 years ago

If you have ideas for possible improvements feel free to post them here.

Components

Heat Exchanger

Combustion Chamber

Turbine

Fluid Properties

Other

jakob-wo commented 5 years ago

Hi Francesco, as I mentioned at the recent oemof dev meeting I am interested in using TESPy for modeling an Absorbtion Heat Pump (AHP) running with LiBr/H2O. In a former project we used CoolProp to check balances at the single components of an AHP and found that the enthalpy of the media (mixture of LiBr and Water) does not (yet) include the enthalpie of mixing and therefore might be unsuitable for modeling the process (for further information see: https://groups.google.com/forum/#!topic/coolprop-users/n1vzHEKnV58). Do you know any alternative to CoolProp that could provide media properties including the mixing enthalpy?

fwitte commented 5 years ago

Hi Jakob, thanks for your input, I am very sorry for my late reply! I have not looked into details, maybe it is possible to add this functionality in CoolProp? If I find some spare time, I will try to look into that issue. At the moment, TESPy handles ideal mixtures of gases only, thus there are no mixing effects on enthalpy. I would appreciate, if mixtures of liquids are available in the future, too. Maybe you can contribute, if you find new information!