* Fixed bug by tlmerbecks in https://github.com/oemof/tespy/pull/587 * Vapour Quality and State Reporting by tlmerbecks in https://github.com/oemof/tespy/pull/592 * Steam Turbine with wet expansion by tlmerbecks in https://github.com/oemof/tespy/pull/602 * Move the postprocessing behind the convergence check by fwitte in https://github.com/oemof/tespy/pull/609 * Fix/617 fuel cell example by fwitte in https://github.com/oemof/tespy/pull/618 * Implement a moving boundary heat exchanger for improved part load modeling by fwitte in https://github.com/oemof/tespy/pull/515
New Contributors * tlmerbecks made their first contribution in https://github.com/oemof/tespy/pull/587
The latest version of tespy arrives with a specification for pressure delta (`dp`) on `HeatExchanger` classes and children as well as a `ttd_min` specification, which will impose the smaller of the terminal temperature differences to be equal to the specified `ttd_min` value.
0.7.7
What's Changed * Bug/heatexchanger effectiveness out of fluid property exception postprocessing by fwitte in https://github.com/oemof/tespy/pull/533 * Make the network loader only import valid tespy component class names by fwitte in https://github.com/oemof/tespy/pull/536 * Fix deprecated section in docs on derivative placement in Jacobian by fwitte in https://github.com/oemof/tespy/pull/552 * Add note for subsystem component and connection labeling by fwitte in https://github.com/oemof/tespy/pull/553 * Make the topology simplification reset a public method by fwitte in https://github.com/oemof/tespy/pull/559 * Add heatpumps dashboard to examples by fwitte in https://github.com/oemof/tespy/pull/560 * Change default value for dissipative to None by fwitte in https://github.com/oemof/tespy/pull/563
The calculation of the heat exchanger effectiveness is excepted in postprocessing, in case one side's inlet temperature is out of the bounds of the fluid properties of the other side's fluid.
0.7.6
Implement heat exchanger effectiveness parameter, see the full changelog: https://tespy.readthedocs.io/en/main/whats_new.html
0.7.5
This release features a couple of smaller bug fixes and improvements, and it creates compatibility to numpy version 2.0