gdHS
despasito.equations_of_state.saft.gamma_mie.SaftType.gdHS
- SaftType.gdHS(rho, T, xi, zetax=None)[source]
The zeroth order expansion term in calculating the radial distribution function of a Mie fluid.
This is also known as the hard sphere radial distribution function.
- Parameters:
rho (numpy.ndarray) – Number density of system [\(mol/m^3\)]
T (float) – Temperature of the system [K]
xi (numpy.ndarray) – Mole fraction of each component, sum(xi) should equal 1.0
zetax (numpy.ndarray, Optional, default=None) – Matrix of hypothetical packing fraction based on hard sphere diameter for groups (k,l)
- Returns:
gdHS – Hard sphere radial distribution function
- Return type:
numpy.ndarray