Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.16 KB

File metadata and controls

59 lines (43 loc) · 1.16 KB

feos.eos

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.

EquationOfState

.. currentmodule:: feos.eos

.. autosummary::
    :toctree: generated/

    EquationOfState
    EquationOfState.pcsaft
    EquationOfState.gc_pcsaft
    EquationOfState.peng_robinson
    EquationOfState.pets
    EquationOfState.python
    EquationOfState.uvtheory
    EquationOfState.saftvrqmie

Other data types

.. currentmodule:: feos.eos

.. autosummary::
    :toctree: generated/

    Contributions
    Verbosity
    State
    PhaseEquilibrium
    PhaseDiagram

The estimator module

Import

from feos.eos.estimator import Estimator, DataSet, Loss, Phase
.. currentmodule:: feos.eos.estimator

.. autosummary::
    :toctree: generated/

    Estimator
    DataSet
    Loss
    Phase