feos.Property.enthalpy_of_vaporization¶
- static Property.enthalpy_of_vaporization(eos, input)¶
Calculate enthalpy of vaporization in parallel.
- Parameters:
eos (EquationOfState) – The equation of state to use.
input (np.ndarray[float]) – The temperature (in K) for every data point.
- Returns:
The enthalpies of vaporization (in J/mol), and convergence status.
- Return type:
(np.ndarray[float], np.ndarray[bool])