Cantera
2.2.1
|
#include <ThirdBodyMgr.h>
Public Member Functions | |
void | install (size_t rxnNumber, const std::map< size_t, doublereal > &enhanced, doublereal dflt=1.0) |
void | update (const vector_fp &conc, doublereal ctot, doublereal *work) |
void | multiply (doublereal *output, const doublereal *work) |
size_t | workSize () |
bool | contains (int rxnNumber) |
Protected Attributes | |
std::vector< size_t > | m_reaction_index |
std::vector< _E > | m_concm |
Definition at line 20 of file ThirdBodyMgr.h.