feos.dft.PhaseDiagram.pure¶
- static PhaseDiagram.pure(eos, min_temperature, npoints, critical_temperature=None, max_iter=None, tol=None, verbosity=None)¶
Calculate a pure component phase diagram.
- Parameters:
eos (Eos) – The equation of state.
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 (int, optional) – The maximum number of iterations.
tol (float, optional) – The solution tolerance.
verbosity (Verbosity, optional) – The verbosity.
- Return type: