v0.6.0 - Colored Chemicals (May, 15, 2022)#
We have created a place for users of TESPy to exchange ideas and share their models and experience. Everyone is invited to get in touch and tune in on our GitHub discussions page.
New Features#
A new component is introduced, the DiabaticCombustionChamber:
tespy.components.combustion.diabatic.DiabaticCombustionChamber
. In contrast to the adiabatic combustion chamber, the new component implements pressure and heat losses. An example usage can be found in the API reference of the class linked above (PR #301).Gaseous mixtures now check for condensation of water in enthalpy and entropy functions (PR #318).
Documentation#
Bug Fixes#
Calculation of entropy for gaseous mixtures included the pressure correction term although the entropy values of the mixture components were calculated at their respective partial pressure (PR #318).
Fix mass flow multipliers for non SI units (PR #317).
Fix call to wrong (hard coded) key for molecular mass of hydrogen (PR #332).
Fix some typos in the documentation of the class
tespy.components.reactors.water_electrolyzer.WaterElectrolyzer
(PR #335).Fix an error in the aggregated results of components and busses in the exergy analysis in case the temperature at turbomachinery is less than or equal to ambient temperature (PR #340).