feos.State.critical_point_pure¶
- static State.critical_point_pure(eos, initial_temperature=None, initial_density=None, max_iter=None, tol=None, verbosity=None)¶
Return a list of thermodynamic state at critical conditions for each pure substance in the system.
- Parameters:
eos (EquationOfState) – The equation of state to use.
initial_temperature (SINumber, optional) – The initial temperature.
max_iter (int, optional) – The maximum number of iterations.
tol (float, optional) – The solution tolerance.
verbosity (Verbosity, optional) – The verbosity.
- Returns:
list[State]
- Return type:
List of pure-substance State objects at critical conditions.