Go to the documentation of this file.
42 #ifndef ReversibleReaction_H
43 #define ReversibleReaction_H
58 template<
class>
class ReactionType,
64 public ReactionType<ReactionThermo>
96 const ReactionType<ReactionThermo>&
reaction,
143 <ReactionType, ReactionThermo, ReactionRate>
189 virtual void write(Ostream&)
const;
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
virtual ~ReversibleReaction()=default
virtual autoPtr< ReactionType< ReactionThermo > > clone() const
Simple extension of Reaction to handle reversible reactions using equilibrium thermodynamics.
Generic templated field type.
A wordList with hashed named lookup, which can be faster in some situations than using the normal lis...
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
virtual scalar kf(const scalar p, const scalar T, const scalarField &c) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual void write(Ostream &) const
CombustionModel< rhoReactionThermo > & reaction
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A HashTable of pointers to objects of type <T>, with deallocation management of the pointers.
ReversibleReaction(const ReactionType< ReactionThermo > &reaction, const ReactionRate &k)
const dimensionedScalar c
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual scalar kr(const scalar kfwd, const scalar p, const scalar T, const scalarField &c) const