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

Increase upper limit for mixture temperature root finding #478

Closed fwitte closed 5 months ago

fwitte commented 5 months ago

CoolProp does allow temperature inputs above the upper limit of the fluid property database. During iterations this might make sense, at the end of a calculation a warning should be prompted that the fluid properties are outside of the range.

Resolves: #471