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
272 stars 85 forks source link

Misleading error message in starting value generation if fluid information is missing #275

Closed fwitte closed 3 years ago

fwitte commented 3 years ago

See #274

The error message of the h_mix_pQ function is misleading, if the fluid information is missing. Additionally, a warning message about connections missing fluid information after fluid propagation could be very helpful.

fwitte commented 3 years ago

Resolved by #278