feos.dft.PhaseDiagram.binary_vle¶
- static PhaseDiagram.binary_vle(eos, temperature_or_pressure, npoints=None, x_lle=None, max_iter_inner=None, max_iter_outer=None, tol_inner=None, tol_outer=None, verbosity=None)¶
Binary phase diagram calculated using bubble/dew point iterations.
- Parameters:
eos (EquationOfState) – The equation of state.
temperature_or_pressure (SINumber) – The constant temperature or pressure.
npoints (int, optional) – The number of points (default 51).
x_lle ((float, float), optional) – An estimate for the molefractions of component 1 at the heteroazeotrop
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: