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¶
Create an identifier for a pure substance. |
|
Possible variants to identify a substance. |
|
Create a chemical record for a pure substance. |
|
Implemented variants of the ePC-SAFT equation of state. |
|
All information required to characterize a pure component. |
|
All information required to characterize a single segment. |
|
Create a record for a binary interaction parameter. |
|
Create a record for a binary segment interaction parameter. |
|
Class permittivity record |