Simple extension of Reaction to handle reversible reactions using equilibrium thermodynamics. More...
Public Member Functions | |
TypeName ("reversible") | |
Runtime type information. More... | |
ReversibleReaction (const ReactionType< ReactionThermo > &reaction, const ReactionRate &k) | |
Construct from components. More... | |
ReversibleReaction (const ReversibleReaction< ReactionType, ReactionThermo, ReactionRate > &, const speciesTable &species) | |
Construct as copy given new speciesTable. More... | |
ReversibleReaction (const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, Istream &is) | |
Construct from Istream. More... | |
ReversibleReaction (const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, const dictionary &dict) | |
Construct from dictionary. More... | |
virtual autoPtr< ReactionType< ReactionThermo > > | clone () const |
Construct and return a clone. More... | |
virtual autoPtr< ReactionType< ReactionThermo > > | clone (const speciesTable &species) const |
Construct and return a clone with new speciesTable. More... | |
virtual | ~ReversibleReaction () |
Destructor. More... | |
virtual scalar | kf (const scalar p, const scalar T, const scalarField &c) const |
Forward rate constant. More... | |
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. More... | |
virtual scalar | kr (const scalar p, const scalar T, const scalarField &c) const |
Reverse rate constant. More... | |
virtual void | write (Ostream &) const |
Write. More... | |
Simple extension of Reaction to handle reversible reactions using equilibrium thermodynamics.
Definition at line 55 of file ReversibleReaction.H.
ReversibleReaction | ( | const ReactionType< ReactionThermo > & | reaction, |
const ReactionRate & | k | ||
) |
Construct from components.
Definition at line 38 of file ReversibleReaction.C.
Referenced by ReversibleReaction< ReactionType, ReactionThermo, ReactionRate >::ReversibleReaction().
ReversibleReaction | ( | const ReversibleReaction< ReactionType, ReactionThermo, ReactionRate > & | rr, |
const speciesTable & | species | ||
) |
Construct as copy given new speciesTable.
Definition at line 94 of file ReversibleReaction.C.
ReversibleReaction | ( | const speciesTable & | species, |
const HashPtrTable< ReactionThermo > & | thermoDatabase, | ||
Istream & | is | ||
) |
Construct from Istream.
Definition at line 56 of file ReversibleReaction.C.
References ReversibleReaction< ReactionType, ReactionThermo, ReactionRate >::ReversibleReaction().
ReversibleReaction | ( | const speciesTable & | species, |
const HashPtrTable< ReactionThermo > & | thermoDatabase, | ||
const dictionary & | dict | ||
) |
Construct from dictionary.
Definition at line 75 of file ReversibleReaction.C.
References ReversibleReaction< ReactionType, ReactionThermo, ReactionRate >::ReversibleReaction().
|
inlinevirtual |
Destructor.
Definition at line 154 of file ReversibleReaction.H.
References Foam::constant::universal::c, ReversibleReaction< ReactionType, ReactionThermo, ReactionRate >::kf(), ReversibleReaction< ReactionType, ReactionThermo, ReactionRate >::kr(), p, Foam::T(), and ReversibleReaction< ReactionType, ReactionThermo, ReactionRate >::write().
TypeName | ( | "reversible" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 122 of file ReversibleReaction.H.
|
inlinevirtual |
Construct and return a clone with new speciesTable.
Definition at line 137 of file ReversibleReaction.H.
|
virtual |
Forward rate constant.
Definition at line 118 of file ReversibleReaction.C.
Referenced by ReversibleReaction< ReactionType, ReactionThermo, ReactionRate >::~ReversibleReaction().
|
virtual |
Reverse rate constant from the given formard rate constant.
Definition at line 140 of file ReversibleReaction.C.
References Foam::mag().
Referenced by ReversibleReaction< ReactionType, ReactionThermo, ReactionRate >::~ReversibleReaction().
|
virtual |
Reverse rate constant.
Note this evaluates the forward rate constant and divides by the equilibrium constant
Definition at line 172 of file ReversibleReaction.C.
References write().
|
virtual |
Write.
Definition at line 194 of file ReversibleReaction.C.
References write().
Referenced by ReversibleReaction< ReactionType, ReactionThermo, ReactionRate >::~ReversibleReaction().