feos.eos.State.critical_point¶
- static State.critical_point(eos, moles=None, initial_temperature=None, max_iter=None, tol=None, verbosity=None)¶
Create a thermodynamic state at critical conditions.
- Parameters:
eos (EquationOfState) – The equation of state to use.
moles (SIArray1, optional) – Amount of substance of each component. Only optional for a pure component.
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:
State
- Return type:
State at critical conditions.