Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 640 Bytes

File metadata and controls

31 lines (23 loc) · 640 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
    JobackRecord
    PureRecord
    SegmentRecord
    BinaryRecord
    BinarySegmentRecord
    DQVariants
    PcSaftRecord
    PcSaftParameters