ASPECT
Public Attributes | List of all members
aspect::MaterialModel::ReactionModel::ReactionStep< dim > Struct Template Reference

Public Attributes

std::shared_ptr< Cahn1956Interface< dim > > kinetics
 
unsigned int local_reaction_index = numbers::invalid_unsigned_int
 

Detailed Description

template<int dim>
struct aspect::MaterialModel::ReactionModel::ReactionStep< dim >

Stores the kinetics model for each reaction in a ReactionChain object. Each distinct reaction is referenced by a local index.

Definition at line 37 of file reaction_chain.h.

Member Data Documentation

§ kinetics

template<int dim>
std::shared_ptr<Cahn1956Interface<dim> > aspect::MaterialModel::ReactionModel::ReactionStep< dim >::kinetics

Definition at line 39 of file reaction_chain.h.

§ local_reaction_index

template<int dim>
unsigned int aspect::MaterialModel::ReactionModel::ReactionStep< dim >::local_reaction_index = numbers::invalid_unsigned_int

Definition at line 40 of file reaction_chain.h.


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