feos.Property.dew_point_pressure¶
- static Property.dew_point_pressure(eos, input)¶
Calculate dew point pressures of binary mixtures in parallel.
- Parameters:
eos (EquationOfState) – The equation of state to use.
input (np.ndarray[float]) – The temperature (in K), composition of the first component, and an initial guess for the pressure (in Pa) for every data point.
- Returns:
(np.ndarray[float], np.ndarray[bool])
- Return type:
The dew point pressures (in Pa), and convergence status.