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

Used to describe the result of a chemical kinetics calculation. More...

#include <KineticsResult.hpp>

Collaboration diagram for KineticsResult:
[legend]

Public Member Functions

 KineticsResult ()=default
 Construct a default KineticsResult object.
 
 KineticsResult (EquilibriumResult const &other)
 Construct a KineticsResult object from a EquilibriumResult one.
 
- Public Member Functions inherited from EquilibriumResult
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.
 

Additional Inherited Members

- Public Attributes inherited from EquilibriumResult
Optima::Result optima
 The result of the optimisation calculation using Optima.
 

Detailed Description

Used to describe the result of a chemical kinetics calculation.


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