Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 685 Bytes

File metadata and controls

33 lines (25 loc) · 685 Bytes

feos.pcsaft

Utilities to build PcSaftParameters. To learn more about ways to build parameters from files or within Python, see this example.

Example

from feos.pcsaft import PcSaftParameters

parameters = PcSaftParameters.from_json(['methane', 'ethane'], 'parameters.json')

Data types

.. currentmodule:: feos.pcsaft

.. autosummary::
    :toctree: generated/

    Identifier
    IdentifierOption
    ChemicalRecord
    SmartsRecord
    DQVariants
    PcSaftRecord
    PcSaftBinaryRecord
    PureRecord
    SegmentRecord
    BinaryRecord
    BinarySegmentRecord
    PcSaftParameters