The eos module contains the EquationOfState object that contains all implemented equations of state.
The State and PhaseEquilibrium objects are used to define thermodynamic conditions and -- once created -- can be used to compute properties.
If you want to adjust parameters of a model to experimental data you can use classes and utilities from the estimator module.
.. currentmodule:: feos.eos
.. autosummary::
:toctree: generated/
EquationOfState
EquationOfState.pcsaft
EquationOfState.gc_pcsaft
EquationOfState.peng_robinson
EquationOfState.pets
EquationOfState.python
EquationOfState.uvtheory
EquationOfState.saftvrqmie
.. currentmodule:: feos.eos
.. autosummary::
:toctree: generated/
Contributions
Verbosity
State
PhaseEquilibrium
PhaseDiagram
from feos.eos.estimator import Estimator, DataSet, Loss, Phase.. currentmodule:: feos.eos.estimator
.. autosummary::
:toctree: generated/
Estimator
DataSet
Loss
Phase