![]() |
|
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. |
|
Construct from components.
|
|
Construct as copy given new speciesTable.
|
|
Construct from Istream.
|
|
Definition at line 135 of file IrreversibleReaction.H. References Foam::scalarField. |
|
Construct and return a clone with new speciesTable.
Reimplemented from Reaction. Definition at line 118 of file IrreversibleReaction.H. |
|
Construct and return a clone.
Reimplemented from Reaction. Definition at line 108 of file IrreversibleReaction.H. |
|
Forward rate constant.
Reimplemented from Reaction. |
|
Runtime type information.
|
|
Write.
Reimplemented from Reaction. |