Cantera  2.1.2
Public Member Functions | Public Attributes | List of all members
rxninfo Class Reference

these are all used to check for duplicate reactions More...

Public Member Functions

bool installReaction (int i, const XML_Node &r, Kinetics &kin, std::string default_phase, ReactionRules &rules, bool validate_rxn)
 Install an individual reaction into a kinetics manager. More...
 

Public Attributes

std::vector< ReactionData * > m_rdata
 
std::map< unsigned long int,
std::vector< size_t > > 
m_participants
 Map of (key indicating participating species) to reaction numbers Used to speed up duplicate reaction checks. More...
 

Detailed Description

these are all used to check for duplicate reactions

Definition at line 47 of file importKinetics.cpp.

Member Data Documentation

std::map<unsigned long int, std::vector<size_t> > m_participants

Map of (key indicating participating species) to reaction numbers Used to speed up duplicate reaction checks.

Definition at line 54 of file importKinetics.cpp.

Referenced by rxninfo::installReaction().


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