EquilibriumOptions.hpp
The options for the equilibrium calculations.
Definition: EquilibriumOptions.hpp:55
double epsilon
The parameter ε for the numerical representation of a zero molar amount.
Definition: EquilibriumOptions.hpp:65
double abstol
The absolute tolerance for estimated species mole amounts.
Definition: EquilibriumOptions.hpp:50
OptimumMethod method
The optimisation method to be used for the equilibrium calculation.
Definition: EquilibriumOptions.hpp:80
EquilibriumOptions()
Construct a default EquilibriumOptions instance.
Definition: EquilibriumOptions.cpp:25
double reltol
The relative tolerance for estimated species mole amounts.
Definition: EquilibriumOptions.hpp:47
GibbsHessian
The options for the description of the Hessian of the Gibbs energy function.
Definition: EquilibriumOptions.hpp:29
OptimumMethod
The method used for the optimisation calculationss.
Definition: OptimumMethod.hpp:24
SmartEquilibriumOptions smart
The options for the smart equilibrium calculation.
Definition: EquilibriumOptions.hpp:89
The namespace containing all components of the Reaktoro library.
Definition: ChemicalScalar.hpp:24
bool warmstart
The boolean flag that indicates if warm-start strategy should be used when possible.
Definition: EquilibriumOptions.hpp:74
GibbsHessian hessian
The calculation mode of the Hessian of the Gibbs energy function.
Definition: EquilibriumOptions.hpp:77
A type that describes the options for the solution of a non-linear problem.
Definition: NonlinearSolver.hpp:95
A type that describes the options of a optimisation calculation.
Definition: OptimumOptions.hpp:187
The options for the smart equilibrium calculations.
Definition: EquilibriumOptions.hpp:45
NonlinearOptions nonlinear
The options for the nonlinear solver.
Definition: EquilibriumOptions.hpp:86
OptimumOptions optimum
The options for the optimisation calculation.
Definition: EquilibriumOptions.hpp:83