Skip to content

Latest commit

 

History

History
75 lines (55 loc) · 1.46 KB

File metadata and controls

75 lines (55 loc) · 1.46 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.epcsaft
    EquationOfState.gc_pcsaft
    EquationOfState.peng_robinson
    EquationOfState.pets
    EquationOfState.python_residual
    EquationOfState.python_ideal_gas
    EquationOfState.uvtheory
    EquationOfState.saftvrmie
    EquationOfState.saftvrqmie

Models defined in Python

.. currentmodule:: feos.eos

.. autosummary::
    :toctree: generated/

    EquationOfState.python_residual
    EquationOfState.python_ideal_gas

Other data types

.. currentmodule:: feos.eos

.. autosummary::
    :toctree: generated/

    Contributions
    Verbosity
    State
    StateVec
    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