feos.eos.PhaseDiagram.dew_point_line¶
- static PhaseDiagram.dew_point_line(eos, moles, min_temperature, npoints, critical_temperature=None, max_iter_inner=None, max_iter_outer=None, tol_inner=None, tol_outer=None, verbosity=None)¶
Calculate the dew point line of a mixture with given composition.
In the resulting phase diagram, the vapor states correspond to the dew point line while the liquid states contain the corresponding equilibrium states at different compositions.
- Parameters:
eos (Eos) – The equation of state.
moles (SIArray1) – The moles of the individual components
min_temperature (SINumber) – The lower limit for the temperature.
npoints (int) – The number of points.
critical_temperature (SINumber, optional) – An estimate for the critical temperature to initialize the calculation if necessary. For most components not necessary. Defaults to None.
max_iter_inner (int, optional) – The maximum number of inner iterations in the bubble/dew point iteration.
max_iter_outer (int, optional) – The maximum number of outer iterations in the bubble/dew point iteration.
tol_inner (float, optional) – The solution tolerance in the inner loop of the bubble/dew point iteration.
tol_outer (float, optional) – The solution tolerance in the outer loop of the bubble/dew point iteration.
verbosity (Verbosity, optional) – The verbosity of the bubble/dew point iteration.
- Return type: