Cantera  2.0
Public Member Functions | Protected Attributes | List of all members
Rate2< R1, R2 > Class Template Reference

This rate coefficient manager supports two parameterizations of any type. More...

#include <RateCoeffMgr.h>

Collaboration diagram for Rate2< R1, R2 >:
[legend]

Public Member Functions

int install (size_t rxnNumber, int rateType, size_t m, const doublereal *c)
 
void update (doublereal T, doublereal logT, doublereal *values)
 

Protected Attributes

Rate1< R1 > m_r1
 
Rate1< R2 > m_r2
 

Detailed Description

template<class R1, class R2>
class Cantera::Rate2< R1, R2 >

This rate coefficient manager supports two parameterizations of any type.

Definition at line 122 of file RateCoeffMgr.h.


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