Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 791 Bytes

File metadata and controls

37 lines (28 loc) · 791 Bytes

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.

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