Simple extension of Reaction to handle reversible reactions using equilibrium thermodynamics. More...
#include <IrreversibleReaction.H>
Inherits ReactionType< ReactionThermo >.

Public Member Functions | |
| TypeName ("irreversible") | |
| Runtime type information. | |
| IrreversibleReaction (const ReactionType< ReactionThermo > &reaction, const ReactionRate &reactionRate) | |
| Construct from components. | |
| IrreversibleReaction (const IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate > &, const speciesTable &species) | |
| Construct as copy given new speciesTable. | |
| IrreversibleReaction (const speciesTable &species, const ReactionTable< ReactionThermo > &thermoDatabase, const dictionary &dict) | |
| Construct from dictionary. | |
| 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 ()=default |
| Destructor. | |
| virtual scalar | kf (const scalar p, const scalar T, const scalarField &c) const |
| Forward rate constant. | |
| virtual void | write (Ostream &) const |
| Write. | |
Simple extension of Reaction to handle reversible reactions using equilibrium thermodynamics.
Definition at line 57 of file IrreversibleReaction.H.
| IrreversibleReaction | ( | const ReactionType< ReactionThermo > & | reaction, |
| const ReactionRate & | reactionRate ) |
Construct from components.
Definition at line 32 of file IrreversibleReaction.C.
Referenced by IrreversibleReaction().

| IrreversibleReaction | ( | const IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate > & | irr, |
| const speciesTable & | species ) |
Construct as copy given new speciesTable.
Definition at line 69 of file IrreversibleReaction.C.
References IrreversibleReaction().

| IrreversibleReaction | ( | const speciesTable & | species, |
| const ReactionTable< ReactionThermo > & | thermoDatabase, | ||
| const dictionary & | dict ) |
|
virtualdefault |
Destructor.
| TypeName | ( | "irreversible" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 128 of file IrreversibleReaction.H.
|
inlinevirtual |
Construct and return a clone with new speciesTable.
Definition at line 144 of file IrreversibleReaction.H.
|
virtual |
|
virtual |
Write.
Definition at line 111 of file IrreversibleReaction.C.
References os().
