Cantera  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
RxnOrders Class Reference

forward orders More...

#include <InterfaceKinetics.h>

Public Member Functions

 RxnOrders ()
 constructors More...
 
 RxnOrders (const RxnOrders &right)
 
RxnOrdersoperator= (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...
 

Detailed Description

forward orders

Deprecated:
Incomplete implementation to be removed after Cantera 2.2.

Definition at line 28 of file InterfaceKinetics.h.

Constructor & Destructor Documentation

RxnOrders ( )
inline

constructors

Definition at line 32 of file InterfaceKinetics.h.

Member Function Documentation

int fill ( const vector_fp fullForwardOrders)

Fill in the structure with the array.

Parameters
[in]Sizeof 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().

Member Data Documentation

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().


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