Skip to content

Commit

Permalink
Update What's New
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Jan 4, 2021
1 parent f7b8fc7 commit a9f4c64
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/whats_new/v0-3-5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ API Changes
New Features
############
- Add methods for exergy and entropy analyses of networks.
Examples will follow (`PR #215 <https://github.com/oemof/tespy/pull/215>`_),

Examples will follow (`PR #215 <https://github.com/oemof/tespy/pull/215>`_).
- Add a method :code:`get_plotting_data` to each component to export the input
data required by FluProDia in order to generate the data required to display
state changes in the components in a fluid property diagram. Each component
Expand Down Expand Up @@ -91,7 +90,6 @@ New Features
For more information see the respective
:ref:`documentation section <FluProDia_label>`
(`PR #234 <https://github.com/oemof/tespy/pull/234>`_).

- Add a flag to deactivate calculation of all component equations in every
iteration. This improves stability in some cases but may reduce calculation
speed (`PR #226 <https://github.com/oemof/tespy/pull/226>`_). To deactivate
Expand All @@ -101,7 +99,6 @@ New Features
.. code-block:: python
mynetwork.solve('design', always_all_equations=False)
- Add a flag use cuda instead of numpy for matrix inversion. With cuda matrix
inversion is outsourced to the graphics card. Using cuda additionally
requires :code:`cupy` installed on your machine
Expand Down Expand Up @@ -166,14 +163,16 @@ Other Changes
- An error message is raised in case the user specifies a fluid vector
containing fluids, that are not part of the network's fluid list
(`PR #233 <https://github.com/oemof/tespy/pull/233>`_).

- For improved convergence stability of the methods
:py:meth:`tespy.components.heat_exchangers.heat_exchanger_simple.HeatExchangerSimple.kA_func` and
:py:meth:`tespy.components.heat_exchangers.heat_exchanger_simple.HeatExchangerSimple.kA_char_func`,
the logarithmic temperature difference is calculated based on the mean
temperature difference between ambient and inlet and outlet temperature, if
the terminal temperature differences do not have the same sign
(`PR #225 <https://github.com/oemof/tespy/pull/225>`_).
- An understandable error message is raised in case the user misses out on
fluids required by components of class CombustionChamber or CombustionEngine
(`PR #242 <https://github.com/oemof/tespy/pull/242>`_).

Contributors
############
Expand Down

0 comments on commit a9f4c64

Please sign in to comment.