![]() |
|
Public Member Functions | |
TypeName ("nonEquilibriumReversible") | |
Runtime type information. | |
NonEquilibriumReversibleReaction (const Reaction< ReactionThermo > &reaction, const ReactionRate &forwardReactionRate, const ReactionRate &reverseReactionRate) | |
Construct from components. | |
NonEquilibriumReversibleReaction (const NonEquilibriumReversibleReaction< ReactionThermo, ReactionRate > &, const speciesTable &species) | |
Construct as copy given new speciesTable. | |
NonEquilibriumReversibleReaction (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 | ~NonEquilibriumReversibleReaction () |
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 formard rate constant. | |
virtual scalar | kr (const scalar T, const scalar p, const scalarField &c) const |
Reverse rate constant. | |
virtual void | write (Ostream &) const |
Write. |
|
Construct from components.
|
|
Construct as copy given new speciesTable.
|
|
Construct from Istream.
|
|
Definition at line 138 of file NonEquilibriumReversibleReaction.H. References Foam::scalarField. |
|
Construct and return a clone with new speciesTable.
Reimplemented from Reaction. Definition at line 123 of file NonEquilibriumReversibleReaction.H. |
|
Construct and return a clone.
Reimplemented from Reaction. Definition at line 112 of file NonEquilibriumReversibleReaction.H. |
|
Forward rate constant.
Reimplemented from Reaction. |
|
Reverse rate constant. Note this evaluates the forward rate constant and divides by the equilibrium constant Reimplemented from Reaction. |
|
Reverse rate constant from the given formard rate constant.
Reimplemented from Reaction. |
|
Runtime type information.
|
|
Write.
Reimplemented from Reaction. |