Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 794 Bytes

File metadata and controls

36 lines (28 loc) · 794 Bytes

feos.epcsaft

Utilities to build ElectrolytePcSaftParameters.

Example

from feos.epcsaft import ElectrolytePcSaftParameters

pure_path = 'parameters/epcsaft/held2014_w_permittivity_added.json'
binary_path = 'parameters/epcsaft/held2014_binary.json'
parameters = ElectrolytePcSaftParameters.from_json(['water', 'sodium ion', 'chloride ion'], pure_path, binary_path)

Data types

.. currentmodule:: feos.epcsaft

.. autosummary::
    :toctree: generated/

    Identifier
    IdentifierOption
    ChemicalRecord
    SmartsRecord
    ElectrolytePcSaftVariants
    ElectrolytePcSaftRecord
    ElectrolytePcSaftBinaryRecord
    PureRecord
    SegmentRecord
    BinaryRecord
    BinarySegmentRecord   
    ElectrolytePcSaftParameters
    PermittivityRecord