Cantera
3.1.0a1
|
Handles two species in a single reaction. More...
#include <StoichManager.h>
Handles two species in a single reaction.
See Stoichiometry
Definition at line 189 of file StoichManager.h.
Private Attributes | |
size_t | m_rxn |
Reaction index -> index into the ROP vector. More... | |
size_t | m_ic0 |
Species index -> index into the species vector for the two species. More... | |
size_t | m_ic1 |
size_t | m_jc0 |
size_t | m_jc1 |
Indices in derivative triplet vector. More... | |
|
private |
Reaction index -> index into the ROP vector.
Definition at line 244 of file StoichManager.h.
|
private |
Species index -> index into the species vector for the two species.
Definition at line 247 of file StoichManager.h.
|
private |
Indices in derivative triplet vector.
Definition at line 249 of file StoichManager.h.