Simple extension of Reaction to handle reversible reactions using equilibrium thermodynamics. More...
#include <specie/IrreversibleReaction.H>
Simple extension of Reaction to handle reversible reactions using equilibrium thermodynamics.
Definition at line 51 of file IrreversibleReaction.H.
Public Member Functions | |
TypeName ("irreversible") | |
Runtime type information. | |
IrreversibleReaction (const Reaction< ReactionThermo > &reaction, const ReactionRate &reactionRate) | |
Construct from components. | |
IrreversibleReaction (const IrreversibleReaction< ReactionThermo, ReactionRate > &, const speciesTable &species) | |
Construct as copy given new speciesTable. | |
IrreversibleReaction (const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, Istream &is) | |
Construct from Istream. | |
virtual autoPtr< Reaction < ReactionThermo > > | clone () const |
Construct and return a clone. | |
virtual autoPtr< Reaction < ReactionThermo > > | clone (const speciesTable &species) const |
Construct and return a clone with new speciesTable. | |
virtual | ~IrreversibleReaction () |
virtual scalar | kf (const scalar T, const scalar p, const scalarField &c) const |
Forward rate constant. | |
virtual void | write (Ostream &) const |
Write. | |
![]() | |
TypeName ("Reaction") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, Reaction, Istream,(const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, Istream &is),(species, thermoDatabase, is)) | |
Reaction (const speciesTable &species, const List< specieCoeffs > &lhs, const List< specieCoeffs > &rhs, const HashPtrTable< ReactionThermo > &thermoDatabase) | |
Construct from components. | |
Reaction (const Reaction< ReactionThermo > &, const speciesTable &species) | |
Construct as copy given new speciesTable. | |
Reaction (const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, Istream &is) | |
Construct from Istream. | |
virtual | ~Reaction () |
const List< specieCoeffs > & | lhs () const |
const List< specieCoeffs > & | rhs () const |
virtual scalar | kr (const scalar kfwd, const scalar T, const scalar p, const scalarField &c) const |
Reverse rate constant from the given forward rate constant. | |
virtual scalar | kr (const scalar T, const scalar p, const scalarField &c) const |
Reverse rate constant. |
Additional Inherited Members | |
![]() | |
static autoPtr< Reaction < ReactionThermo > > | New (const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, Istream &) |
Return a pointer to a new patchField created on freestore from input. |
IrreversibleReaction | ( | const Reaction< ReactionThermo > & | reaction, |
const ReactionRate & | reactionRate | ||
) |
Construct from components.
Definition at line 40 of file IrreversibleReaction.C.
IrreversibleReaction | ( | const IrreversibleReaction< ReactionThermo, ReactionRate > & | irr, |
const speciesTable & | species | ||
) |
Construct as copy given new speciesTable.
Definition at line 67 of file IrreversibleReaction.C.
IrreversibleReaction | ( | const speciesTable & | species, |
const HashPtrTable< ReactionThermo > & | thermoDatabase, | ||
Istream & | is | ||
) |
Construct from Istream.
Definition at line 53 of file IrreversibleReaction.C.
|
inlinevirtual |
Definition at line 127 of file IrreversibleReaction.H.
TypeName | ( | "irreversible" | ) |
Runtime type information.
Construct and return a clone.
Reimplemented from Reaction< ReactionThermo >.
Definition at line 100 of file IrreversibleReaction.H.
|
inlinevirtual |
Construct and return a clone with new speciesTable.
Reimplemented from Reaction< ReactionThermo >.
Definition at line 110 of file IrreversibleReaction.H.
|
virtual |
Forward rate constant.
Reimplemented from Reaction< ReactionThermo >.
Definition at line 81 of file IrreversibleReaction.C.
|
virtual |
Write.
Reimplemented from Reaction< ReactionThermo >.
Definition at line 93 of file IrreversibleReaction.C.
References token::SPACE, and Reaction< ReactionThermo >::write().