30 template<
class ReactionThermo>
49 template<
class ReactionThermo>
64 template<
class ReactionThermo>
81 template<
class ReactionThermo>
90 template<
class ReactionThermo>
104 template<
class ReactionThermo>
117 template<
class ReactionThermo>
131 template<
class ReactionThermo>
144 template<
class ReactionThermo>
157 template<
class ReactionThermo>
172 template<
class ReactionThermo>
177 return NullObjectRef<List<Tuple2<label, scalar>>>();
181 template<
class ReactionThermo>
194 template<
class ReactionThermo>
virtual scalar dkrdT(const scalar p, const scalar T, const scalarField &c, const scalar dkfdT, const scalar kr) const
Temperature derivative of reverse rate.
virtual scalar dcidT(const scalar p, const scalar T, const scalarField &c) const
Temperature derivative of the pressure dependent term.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual scalar kf(const scalar p, const scalar T, const scalarField &c) const
Forward rate constant.
A HashTable specialization for hashing pointers.
Simple extension of ReactionThermo to handle reaction kinetics in addition to the equilibrium thermod...
virtual autoPtr< Reaction< ReactionThermo > > clone() const
Construct and return a clone.
ReactionProxy(const speciesTable &species, const List< specieCoeffs > &lhs, const List< specieCoeffs > &rhs, const HashPtrTable< ReactionThermo > &thermoDatabase)
Construct from components.
virtual scalar dkfdT(const scalar p, const scalar T, const scalarField &c) const
Temperature derivative of forward rate.
virtual const List< Tuple2< label, scalar > > & beta() const
Third-body efficiencies (beta = 1-alpha)
virtual void dcidc(const scalar p, const scalar T, const scalarField &c, scalarField &dcidc) const
Species concentration derivative of the pressure dependent term.
A wordList with hashed indices for faster lookup by name.
virtual scalar kr(const scalar kfwd, const scalar p, const scalar T, const scalarField &c) const
Reverse rate constant from the given forward rate constant.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.