feos.Property.boiling_temperature_derivatives¶
- static Property.boiling_temperature_derivatives(model, parameter_names, parameters, input)¶
Calculate boiling temperatures and derivatives w.r.t. model parameters.
- Parameters:
model (EquationOfStateAD) – The equation of state to use.
parameter_names (List[string]) – The name of the parameters for which derivatives are calculated.
parameters (np.ndarray[float]) – The parameters for every data point.
input (np.ndarray[float]) – The pressure (in Pa) for every data point.
- Returns:
(np.ndarray[float], np.ndarray[float], np.ndarray[bool])
- Return type:
The boiling temperature (in K), gradients, and convergence status.