30 template<
class ReactionThermo>
49 template<
class ReactionThermo>
64 template<
class ReactionThermo>
81 template<
class ReactionThermo>
90 template<
class ReactionThermo>
104 template<
class ReactionThermo>
109 template<
class ReactionThermo>
114 template<
class ReactionThermo>
128 template<
class ReactionThermo>
143 template<
class ReactionThermo>
157 template<
class ReactionThermo>
171 template<
class ReactionThermo>
187 template<
class ReactionThermo>
195 template<
class ReactionThermo>
209 template<
class ReactionThermo>
void dkfdc(const scalar p, const scalar T, const scalarField &c, const label li, scalarField &dkfdc) const
Concentration derivative of forward rate.
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 dkfdT(const scalar p, const scalar T, const scalarField &c, const label li) const
Temperature derivative of forward rate.
A HashTable specialisation 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 dkrdT(const scalar p, const scalar T, const scalarField &c, const label li, const scalar dkfdT, const scalar kr) const
Temperature derivative of reverse rate.
virtual scalar kr(const scalar kfwd, const scalar p, const scalar T, const scalarField &c, const label li) const
Reverse rate constant from the given forward rate constant.
virtual bool hasDkdc() const
Does this reaction have concentration-dependent rate constants?
void dkrdc(const scalar p, const scalar T, const scalarField &c, const label li, const scalarField &dkfdc, const scalar kr, scalarField &dkrdc) const
Concentration derivative of reverse rate.
A wordList with hashed indices for faster lookup by name.
virtual scalar kf(const scalar p, const scalar T, const scalarField &c, const label li) const
Forward rate constant.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual void preEvaluate() const
Pre-evaluation hook.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
virtual void postEvaluate() const
Post-evaluation hook.