Metadata-Version: 2.4
Name: sgtpy
Version: 0.0.23
Summary: SAFT-VR-MIE EOS and SGT
Author: Andres Mejia Matallana, Erich A. Muller
Author-email: Gustavo Chaparro <gchaparro@ethz.ch>
License: MIT
Project-URL: Homepage, https://github.com/gustavochm/sgtpy
Project-URL: Download, https://github.com/gustavochm/sgtpy.git
Keywords: SAFT-VR-Mie,SGT
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: numpy>=2.0.0
Requires-Dist: scipy>=1.13
Requires-Dist: pandas>=2.2
Requires-Dist: openpyxl>=3.0.0
Requires-Dist: numba
Provides-Extra: dev
Requires-Dist: cython>=3.0; extra == "dev"
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: build; extra == "dev"
Dynamic: license-file

SGTPy is an open-source python package of SAFT-VR-Mie and SAFT-Gamma-Mie Equations of State (EOS).
SGTPy allows to work with pure fluids and fluid mixtures, additionally the fluids
can be modeled considering association, cross-association and polar contributions.
SGTPy was built on top of phasepy's phase equilibrium and Square
Gradient Theory (SGT) functions. These functions were updated to speed-up
calculations of associative mixtures.

SGTPy relies on Numpy, SciPy and PhasePy.
