Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 623 Bytes

File metadata and controls

30 lines (22 loc) · 623 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
    ChemicalRecord
    PureRecord
    SegmentRecord
    BinaryRecord
    BinarySegmentRecord
    DQVariants
    PcSaftRecord
    PcSaftParameters