density_max

despasito.equations_of_state.saft.saft.EosType.density_max

EosType.density_max(xi, T, maxpack=0.65)[source]

Estimate the maximum density based on the hard sphere packing fraction.

Parameters:
  • xi (list[float]) – Mole fraction of each component, sum(xi) should equal 1.0

  • T (float) – Temperature of the system [K]

  • maxpack (float, Optional, default=0.65) – Maximum packing fraction

Returns:

max_density – Maximum molar density [\(mol/m^3\)]

Return type:

float