Simple extension of Reaction to handle reversible reactions using equilibrium thermodynamics. More...


Public Member Functions | |
| TypeName ("irreversible") | |
| Runtime type information. More... | |
| IrreversibleReaction (const ReactionType< ReactionThermo > &reaction, const ReactionRate &reactionRate) | |
| Construct from components. More... | |
| IrreversibleReaction (const IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate > &, const speciesTable &species) | |
| Construct as copy given new speciesTable. More... | |
| IrreversibleReaction (const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, Istream &is) | |
| Construct from Istream. More... | |
| IrreversibleReaction (const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, const dictionary &dict) | |
| Construct from dictionary. More... | |
| virtual autoPtr< Reaction< ReactionThermo > > | clone () const |
| Construct and return a clone. More... | |
| virtual autoPtr< Reaction< ReactionThermo > > | clone (const speciesTable &species) const |
| Construct and return a clone with new speciesTable. More... | |
| virtual | ~IrreversibleReaction () |
| Destructor. More... | |
| virtual scalar | kf (const scalar p, const scalar T, const scalarField &c) const |
| Forward 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 IrreversibleReaction.H.
| IrreversibleReaction | ( | const ReactionType< ReactionThermo > & | reaction, |
| const ReactionRate & | reactionRate | ||
| ) |
Construct from components.
Definition at line 38 of file IrreversibleReaction.C.
Referenced by IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::IrreversibleReaction().

| IrreversibleReaction | ( | const IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate > & | irr, |
| const speciesTable & | species | ||
| ) |
Construct as copy given new speciesTable.
Definition at line 94 of file IrreversibleReaction.C.
| IrreversibleReaction | ( | const speciesTable & | species, |
| const HashPtrTable< ReactionThermo > & | thermoDatabase, | ||
| Istream & | is | ||
| ) |
Construct from Istream.
Definition at line 56 of file IrreversibleReaction.C.
References IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::IrreversibleReaction().

| IrreversibleReaction | ( | const speciesTable & | species, |
| const HashPtrTable< ReactionThermo > & | thermoDatabase, | ||
| const dictionary & | dict | ||
| ) |
Construct from dictionary.
Definition at line 75 of file IrreversibleReaction.C.
References IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::IrreversibleReaction().

|
inlinevirtual |
Destructor.
Definition at line 158 of file IrreversibleReaction.H.
References Foam::constant::universal::c, IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::kf(), p, Foam::T(), and IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::write().

| TypeName | ( | "irreversible" | ) |
Runtime type information.
Construct and return a clone.
Definition at line 122 of file IrreversibleReaction.H.
|
inlinevirtual |
Construct and return a clone with new speciesTable.
Definition at line 137 of file IrreversibleReaction.H.
|
virtual |
Forward rate constant.
Definition at line 118 of file IrreversibleReaction.C.
References IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::write().
Referenced by IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::~IrreversibleReaction().


|
virtual |
Write.
Definition at line 136 of file IrreversibleReaction.C.
References write().
Referenced by IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::kf(), and IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::~IrreversibleReaction().


1.8.11