Reaktoro  v2.11.0
A unified framework for modeling chemically reactive systems
EquilibriumResult Struct Reference

A type used to describe the result of an equilibrium calculation. More...

#include <EquilibriumResult.hpp>

Public Member Functions

auto succeeded () const
 Return true if the calculation succeeded.
 
auto failed () const
 Return true if the calculation failed.
 
auto iterations () const
 Return the number of iterations in the calculation.
 
auto operator+= (const EquilibriumResult &other) -> EquilibriumResult &
 Apply an addition assignment to this instance.
 

Public Attributes

Optima::Result optima
 The result of the optimisation calculation using Optima.
 

Detailed Description

A type used to describe the result of an equilibrium calculation.

See also
ChemicalState

The documentation for this struct was generated from the following file: