Cantera
2.1.2
|
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... | |
these are all used to check for duplicate reactions
Definition at line 47 of file importKinetics.cpp.
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().