![]() |
|
Public Member Functions | |
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 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 | ~Reaction () |
const List< specieCoeffs > & | lhs () const |
const List< specieCoeffs > & | rhs () const |
virtual scalar | kf (const scalar T, const scalar p, const scalarField &c) const |
Forward rate constant. | |
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. | |
virtual void | write (Ostream &) const |
Write. | |
Static Public Member Functions | |
autoPtr< Reaction< ReactionThermo > > | New (const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, Istream &) |
Return a pointer to a new patchField created on freestore from input. | |
Friends | |
Ostream & | operator (Ostream &, const Reaction< ReactionThermo > &) |
|
Construct from components.
|
|
Construct as copy given new speciesTable.
|
|
Construct from Istream.
|
|
Definition at line 249 of file Reaction.H. |
|
Construct and return a clone with new speciesTable.
Reimplemented in IrreversibleReaction, NonEquilibriumReversibleReaction, and ReversibleReaction. Definition at line 225 of file Reaction.H. |
|
Construct and return a clone.
Reimplemented in IrreversibleReaction, NonEquilibriumReversibleReaction, and ReversibleReaction. Definition at line 215 of file Reaction.H. |
|
|
|
Forward rate constant.
Reimplemented in IrreversibleReaction, NonEquilibriumReversibleReaction, and ReversibleReaction. |
|
Reverse rate constant. Note this evaluates the forward rate constant and divides by the equilibrium constant Reimplemented in NonEquilibriumReversibleReaction, and ReversibleReaction. |
|
Reverse rate constant from the given forward rate constant.
Reimplemented in NonEquilibriumReversibleReaction, and ReversibleReaction. |
|
Definition at line 50 of file ReactionI.H. |
|
Return a pointer to a new patchField created on freestore from input.
|
|
Definition at line 58 of file ReactionI.H. |
|
Runtime type information.
|
|
Write.
Reimplemented in IrreversibleReaction, NonEquilibriumReversibleReaction, and ReversibleReaction. |
|
|