feos.Property.vapor_pressure¶
- static Property.vapor_pressure(eos, input)¶
Calculate vapor pressures in parallel.
- Parameters:
eos (EquationOfState) – The equation of state to use.
input (np.ndarray[float]) – The temperature (in K) for every data point.
- Returns:
(np.ndarray[float], np.ndarray[bool])
- Return type:
The vapor pressures (in Pa), and convergence status.