|
Cantera
2.2.1
|
forward orders More...
#include <InterfaceKinetics.h>
Public Member Functions | |
| RxnOrders () | |
| constructors More... | |
| RxnOrders (const RxnOrders &right) | |
| RxnOrders & | operator= (const RxnOrders &right) |
| int | fill (const vector_fp &fullForwardOrders) |
| Fill in the structure with the array. More... | |
Public Attributes | |
| std::vector< size_t > | kinSpeciesIDs_ |
| ID's of the kinetic species. More... | |
| vector_fp | kinSpeciesOrders_ |
| Orders of the kinetic species. More... | |
forward orders
Definition at line 28 of file InterfaceKinetics.h.
|
inline |
constructors
Definition at line 32 of file InterfaceKinetics.h.
| int fill | ( | const vector_fp & | fullForwardOrders | ) |
Fill in the structure with the array.
| [in] | Size | of length kinetic species. The entries the values of the orders |
Definition at line 1420 of file InterfaceKinetics.cpp.
References RxnOrders::kinSpeciesIDs_, and RxnOrders::kinSpeciesOrders_.
Referenced by InterfaceKinetics::addReaction().
| std::vector<size_t> kinSpeciesIDs_ |
ID's of the kinetic species.
Definition at line 47 of file InterfaceKinetics.h.
Referenced by RxnOrders::fill(), and ElectrodeKinetics::updateROP().
| vector_fp kinSpeciesOrders_ |
Orders of the kinetic species.
Definition at line 50 of file InterfaceKinetics.h.
Referenced by RxnOrders::fill(), and ElectrodeKinetics::updateROP().
1.8.6