feos.pets.PetsParameters.from_lists¶
- static PetsParameters.from_lists(sigma, epsilon_k, k_ij=None, molarweight=None, viscosity=None, diffusion=None, thermal_conductivity=None)¶
- Parameters:
sigma (List[float]) – PeTS segment diameter in units of Angstrom.
epsilon_k (List[float]) – PeTS energy parameter in units of Kelvin.
k_ij (numpy.ndarray[float]) – matrix of binary interaction parameters.
molarweight (List[float], optional) – molar weight in units of Gram per Mol.
viscosity (List[List[float]], optional) – entropy scaling parameters for viscosity.
diffusion (List[List[float]], optional) – entropy scaling parameters for self-diffusion.
thermal_conductivity (List[List[float]], optional) – entropy scaling parameters for thermal conductivity.
- Return type: