feos.eos.EquationOfState.epcsaft¶
- static EquationOfState.epcsaft()¶
ePC-SAFT equation of state.
- Parameters:
parameters (ElectrolytePcSaftParameters) – The parameters of the PC-SAFT equation of state to use.
max_eta (float, optional) – Maximum packing fraction. Defaults to 0.5.
max_iter_cross_assoc (unsigned integer, optional) – Maximum number of iterations for cross association. Defaults to 50.
tol_cross_assoc (float) – Tolerance for convergence of cross association. Defaults to 1e-10.
epcsaft_variant (ElectrolytePcSaftVariants, optional) – Variant of the ePC-SAFT equation of state. Defaults to ‘advanced’
- Returns:
The ePC-SAFT equation of state that can be used to compute thermodynamic states.
- Return type: