36 #ifndef NonEquilibriumReversibleReaction_H 37 #define NonEquilibriumReversibleReaction_H 52 template<
class>
class ReactionType,
58 public ReactionType<ReactionThermo>
72 <ReactionType, ReactionThermo, ReactionRate>&
79 TypeName(
"nonEquilibriumReversible");
87 const ReactionType<ReactionThermo>&
reaction,
88 const ReactionRate& forwardReactionRate,
89 const ReactionRate& reverseReactionRate
96 <ReactionType, ReactionThermo, ReactionRate>&,
114 <ReactionType, ReactionThermo, ReactionRate>(*this)
127 <ReactionType, ReactionThermo, ReactionRate>
virtual void write(Ostream &) const
Write.
virtual ~NonEquilibriumReversibleReaction()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("nonEquilibriumReversible")
Runtime type information.
A HashTable specialization for hashing pointers.
virtual scalar kf(const scalar p, const scalar T, const scalarField &c) const
Forward rate constant.
virtual scalar kr(const scalar kfwd, const scalar p, const scalar T, const scalarField &c) const
Reverse rate constant from the given formard rate constant.
Simple extension of Reaction to handle reversible reactions using equilibrium thermodynamics.
virtual autoPtr< ReactionType< ReactionThermo > > clone() const
Construct and return a clone.
NonEquilibriumReversibleReaction(const ReactionType< ReactionThermo > &reaction, const ReactionRate &forwardReactionRate, const ReactionRate &reverseReactionRate)
Construct from components.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
A wordList with hashed indices for faster lookup by name.
Info<< "Creating reaction model\"<< endl;autoPtr< combustionModels::psiCombustionModel > reaction(combustionModels::psiCombustionModel::New(mesh))
const dimensionedScalar c
Speed of light in a vacuum.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...