36 #ifndef IrreversibleReaction_H 37 #define IrreversibleReaction_H 52 template<
class>
class ReactionType,
58 public ReactionType<ReactionThermo>
90 const ReactionType<ReactionThermo>&
reaction,
91 const ReactionRate& reactionRate
virtual void write(Ostream &) const
Write.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~IrreversibleReaction()
Destructor.
TypeName("irreversible")
Runtime type information.
virtual autoPtr< Reaction< ReactionThermo > > clone() const
Construct and return a clone.
A HashTable specialization for hashing pointers.
virtual scalar kf(const scalar p, const scalar T, const scalarField &c) const
Forward rate constant.
IrreversibleReaction(const ReactionType< ReactionThermo > &reaction, const ReactionRate &reactionRate)
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...
Simple extension of Reaction to handle reversible reactions using equilibrium thermodynamics.