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