Skip to content

Commit

Permalink
updated to version v.0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavochm committed May 29, 2024
1 parent 27de7aa commit 5206013
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# SGTPy Changelog

## v0.0.20
* Extra constraint to prevent the association non-bonded sites solver to return values bigger than ones.
* Phase equilibrium solvers now check if the computed fugacity and volume root are a number. If not, these two are recomputed without using the previous solution as an initial guess, in this case the initial volume root is generated using Topliss method.

## v0.0.19
* The SAFT-gamma-Mie database has been updated to include recent parameters of the following articles: [Febra et al. (2021)](https://doi.org/10.1016/j.fluid.2021.113002), [Wehbe et al. (2022)](https://doi.org/10.1080/00268976.2023.2197712), [Perdomo et al. (2023)](https://doi.org/10.1016/j.fluid.2022.113635), [Valsecchi et al. (2024)](https://doi.org/10.1016/j.fluid.2023.113952) and [Bernet et al. (2024)](https://doi.org/10.1021/acs.jced.3c00358).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
setup(
name='sgtpy',
license='MIT',
version='0.0.19',
version='0.0.20',
description='SAFT-VR-MIE EOS and SGT',
author='Gustavo Chaparro Maldonado, Andres Mejia Matallana, Erich A. Muller',
author_email='g.chaparro-maldonado21@imperial.ac.uk',
Expand Down

0 comments on commit 5206013

Please sign in to comment.