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

The data provided to a ReactionRateModelGenerator to construct the ReactionRateModel of a reaction. More...

#include <ReactionRateModel.hpp>

Collaboration diagram for ReactionRateModelGeneratorArgs:
[legend]

Public Attributes

String const & name
 The name of the reaction for which the rate model is generated.
 
ReactionEquation const & equation
 The equation of the reaction for which the rate model is generated.
 
Database const & database
 The thermodynamic database used to construct the chemical system where the reaction belongs to.
 
SpeciesList const & species
 The species in the chemical system where the reaction belongs to.
 
PhaseList const & phases
 The phases in the chemical system where the reaction belongs to.
 
SurfaceList const & surfaces
 The surfaces in the chemical system where the reaction belongs to.
 

Detailed Description

The data provided to a ReactionRateModelGenerator to construct the ReactionRateModel of a reaction.

See also
ReactionRateModelGenerator, ReactionRateModel

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