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


Public Member Functions | |
| TypeName ("reversible") | |
| Runtime type information. More... | |
| ReversibleReaction (const Reaction< ReactionThermo > &reaction, const ReactionRate &k) | |
| Construct from components. More... | |
| ReversibleReaction (const ReversibleReaction< ReactionThermo, ReactionRate > &, const speciesTable &species) | |
| Construct as copy given new speciesTable. More... | |
| ReversibleReaction (const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, const dictionary &dict) | |
| Construct from dictionary. More... | |
| ReversibleReaction (const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, const objectRegistry &ob, const dictionary &dict) | |
| Construct from objectRegistry and 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 | ~ReversibleReaction () |
| Destructor. More... | |
| virtual void | preEvaluate () const |
| Pre-evaluation hook. More... | |
| virtual void | postEvaluate () const |
| Post-evaluation hook. More... | |
| virtual scalar | kf (const scalar p, const scalar T, const scalarField &c, const label li) const |
| Forward rate constant. More... | |
| virtual scalar | kr (const scalar kfwd, const scalar p, const scalar T, const scalarField &c, const label li) const |
| Reverse rate constant from the given formard rate constant. More... | |
| virtual scalar | kr (const scalar p, const scalar T, const scalarField &c, const label li) const |
| Reverse rate constant. More... | |
| virtual scalar | dkfdT (const scalar p, const scalar T, const scalarField &c, const label li) const |
| Temperature derivative of forward rate. More... | |
| virtual scalar | dkrdT (const scalar p, const scalar T, const scalarField &c, const label li, const scalar dkfdT, const scalar kr) const |
| Temperature derivative of backward rate. More... | |
| virtual const List< Tuple2< label, scalar > > & | beta () const |
| Third-body efficiencies (beta = 1-alpha) More... | |
| virtual void | dcidc (const scalar p, const scalar T, const scalarField &c, const label li, scalarField &dcidc) const |
| Species concentration derivative of the pressure dependent term. More... | |
| virtual scalar | dcidT (const scalar p, const scalar T, const scalarField &c, const label li) const |
| Temperature derivative of the pressure dependent term. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
| void | operator= (const ReversibleReaction< ReactionThermo, ReactionRate > &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from Reaction< ReactionThermo > | |
| TypeName ("Reaction") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, Reaction, dictionary,(const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, const dictionary &dict),(species, thermoDatabase, dict)) | |
| declareRunTimeSelectionTable (autoPtr, Reaction, objectRegistry,(const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, const objectRegistry &ob, const dictionary &dict),(species, thermoDatabase, ob, dict)) | |
| Reaction (const speciesTable &species, const List< specieCoeffs > &lhs, const List< specieCoeffs > &rhs, const HashPtrTable< ReactionThermo > &thermoDatabase) | |
| Construct from components. More... | |
| Reaction (const Reaction< ReactionThermo > &, const speciesTable &species) | |
| Construct as copy given new speciesTable. More... | |
| Reaction (const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, const dictionary &dict) | |
| Construct from dictionary. More... | |
| virtual | ~Reaction () |
| Destructor. More... | |
| scalar | Tlow () const |
| Return the lower temperature limit for the reaction. More... | |
| scalar | Thigh () const |
| Return the upper temperature limit for the reaction. More... | |
| void | omega (const scalar p, const scalar T, const scalarField &c, const label li, scalarField &dcdt) const |
| Net reaction rate for individual species. More... | |
| scalar | omega (const scalar p, const scalar T, const scalarField &c, const label li, scalar &omegaf, scalar &omegar) const |
| Net reaction rate. More... | |
| void | dwdc (const scalar p, const scalar T, const scalarField &c, const label li, scalarSquareMatrix &J, scalarField &dcdt, scalar &omegaI, scalar &kfwd, scalar &kbwd, const bool reduced, const List< label > &c2s) const |
| Derivative of the net reaction rate for each species involved. More... | |
| void | dwdT (const scalar p, const scalar T, const scalarField &c, const label li, const scalar omegaI, const scalar kfwd, const scalar kbwd, scalarSquareMatrix &J, const bool reduced, const List< label > &c2s, const label indexT) const |
| Derivative of the net reaction rate for each species involved. More... | |
| void | operator= (const Reaction< ReactionThermo > &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from reaction | |
| reaction (const speciesTable &species, const List< specieCoeffs > &lhs, const List< specieCoeffs > &rhs) | |
| Construct from components. More... | |
| reaction (const reaction &, const speciesTable &species) | |
| Construct as copy given new speciesTable. More... | |
| reaction (const speciesTable &species, const dictionary &dict) | |
| Construct from dictionary. More... | |
| ~reaction () | |
| Destructor. More... | |
| const word & | name () const |
| Return the name of the reaction. More... | |
| const List< specieCoeffs > & | lhs () const |
| Return the components of the left hand side. More... | |
| const List< specieCoeffs > & | rhs () const |
| Return the components of the right hand side. More... | |
| const speciesTable & | species () const |
| Return the specie list. More... | |
| void | write (Ostream &) const |
| Write. More... | |
| void | operator= (const reaction &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Reaction< ReactionThermo > | |
| static autoPtr< Reaction< ReactionThermo > > | New (const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, const dictionary &dict) |
| Return a pointer to new patchField created on freestore. More... | |
| static autoPtr< Reaction< ReactionThermo > > | New (const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, const objectRegistry &ob, const dictionary &dict) |
| Return a pointer to new patchField created on freestore. More... | |
| static autoPtr< Reaction< ReactionThermo > > | New (const speciesTable &species, const PtrList< ReactionThermo > &speciesThermo, const dictionary &dict) |
| Return a pointer to new patchField created on freestore from dict. More... | |
Static Public Attributes inherited from Reaction< ReactionThermo > | |
| static scalar | TlowDefault |
| Default temperature limits of applicability of reaction rates. More... | |
| static scalar | ThighDefault |
Static Public Attributes inherited from reaction | |
| static label | nUnNamedReactions |
| Number of un-named reactions. More... | |
Simple extension of Reaction to handle reversible reactions using equilibrium thermodynamics.
Definition at line 50 of file ReversibleReaction.H.
| ReversibleReaction | ( | const Reaction< ReactionThermo > & | reaction, |
| const ReactionRate & | k | ||
| ) |
Construct from components.
Definition at line 33 of file ReversibleReaction.C.
Referenced by ReversibleReaction< ReactionThermo, ReactionRate >::ReversibleReaction().

| ReversibleReaction | ( | const ReversibleReaction< ReactionThermo, ReactionRate > & | rr, |
| const speciesTable & | species | ||
| ) |
Construct as copy given new speciesTable.
Definition at line 75 of file ReversibleReaction.C.
| ReversibleReaction | ( | const speciesTable & | species, |
| const HashPtrTable< ReactionThermo > & | thermoDatabase, | ||
| const dictionary & | dict | ||
| ) |
Construct from dictionary.
Definition at line 46 of file ReversibleReaction.C.
References ReversibleReaction< ReactionThermo, ReactionRate >::ReversibleReaction().

| ReversibleReaction | ( | const speciesTable & | species, |
| const HashPtrTable< ReactionThermo > & | thermoDatabase, | ||
| const objectRegistry & | ob, | ||
| const dictionary & | dict | ||
| ) |
Construct from objectRegistry and dictionary.
Definition at line 60 of file ReversibleReaction.C.
References ReversibleReaction< ReactionThermo, ReactionRate >::ReversibleReaction().

|
inlinevirtual |
Destructor.
Definition at line 125 of file ReversibleReaction.H.
References ReversibleReaction< ReactionThermo, ReactionRate >::beta(), Foam::constant::universal::c, ReversibleReaction< ReactionThermo, ReactionRate >::dcidc(), ReversibleReaction< ReactionThermo, ReactionRate >::dcidT(), ReversibleReaction< ReactionThermo, ReactionRate >::dkfdT(), ReversibleReaction< ReactionThermo, ReactionRate >::dkrdT(), ReversibleReaction< ReactionThermo, ReactionRate >::kf(), ReversibleReaction< ReactionThermo, ReactionRate >::kr(), p, ReversibleReaction< ReactionThermo, ReactionRate >::postEvaluate(), ReversibleReaction< ReactionThermo, ReactionRate >::preEvaluate(), Foam::T(), and ReversibleReaction< ReactionThermo, ReactionRate >::write().

| TypeName | ( | "reversible" | ) |
Runtime type information.
Construct and return a clone.
Implements Reaction< ReactionThermo >.
Definition at line 99 of file ReversibleReaction.H.
|
inlinevirtual |
Construct and return a clone with new speciesTable.
Implements Reaction< ReactionThermo >.
Definition at line 109 of file ReversibleReaction.H.
References reaction::species().

|
virtual |
Pre-evaluation hook.
Implements Reaction< ReactionThermo >.
Definition at line 89 of file ReversibleReaction.C.
Referenced by ReversibleReaction< ReactionThermo, ReactionRate >::~ReversibleReaction().

|
virtual |
Post-evaluation hook.
Implements Reaction< ReactionThermo >.
Definition at line 97 of file ReversibleReaction.C.
References ReversibleReaction< ReactionThermo, ReactionRate >::kf().
Referenced by ReversibleReaction< ReactionThermo, ReactionRate >::~ReversibleReaction().


|
virtual |
Forward rate constant.
Implements Reaction< ReactionThermo >.
Definition at line 105 of file ReversibleReaction.C.
References ReversibleReaction< ReactionThermo, ReactionRate >::kr().
Referenced by ReversibleReaction< ReactionThermo, ReactionRate >::postEvaluate(), and ReversibleReaction< ReactionThermo, ReactionRate >::~ReversibleReaction().


|
virtual |
Reverse rate constant from the given formard rate constant.
Implements Reaction< ReactionThermo >.
Definition at line 118 of file ReversibleReaction.C.
References Foam::max().
Referenced by ReversibleReaction< ReactionThermo, ReactionRate >::kf(), and ReversibleReaction< ReactionThermo, ReactionRate >::~ReversibleReaction().


|
virtual |
Reverse rate constant.
Note this evaluates the forward rate constant and divides by the equilibrium constant
Implements Reaction< ReactionThermo >.
Definition at line 132 of file ReversibleReaction.C.
References ReversibleReaction< ReactionThermo, ReactionRate >::dkfdT().

|
virtual |
Temperature derivative of forward rate.
Implements Reaction< ReactionThermo >.
Definition at line 145 of file ReversibleReaction.C.
References ReversibleReaction< ReactionThermo, ReactionRate >::dkrdT().
Referenced by ReversibleReaction< ReactionThermo, ReactionRate >::kr(), and ReversibleReaction< ReactionThermo, ReactionRate >::~ReversibleReaction().


|
virtual |
Temperature derivative of backward rate.
Implements Reaction< ReactionThermo >.
Definition at line 158 of file ReversibleReaction.C.
References Foam::max().
Referenced by ReversibleReaction< ReactionThermo, ReactionRate >::dkfdT(), and ReversibleReaction< ReactionThermo, ReactionRate >::~ReversibleReaction().


|
virtual |
Third-body efficiencies (beta = 1-alpha)
non-empty only for third-body reactions with enhanced molecularity (alpha != 1)
Implements Reaction< ReactionThermo >.
Definition at line 175 of file ReversibleReaction.C.
References ReversibleReaction< ReactionThermo, ReactionRate >::dcidc().
Referenced by ReversibleReaction< ReactionThermo, ReactionRate >::~ReversibleReaction().


|
virtual |
Species concentration derivative of the pressure dependent term.
By default this value is 1 as it multiplies the third-body term
Implements Reaction< ReactionThermo >.
Definition at line 183 of file ReversibleReaction.C.
References ReversibleReaction< ReactionThermo, ReactionRate >::dcidT().
Referenced by ReversibleReaction< ReactionThermo, ReactionRate >::beta(), and ReversibleReaction< ReactionThermo, ReactionRate >::~ReversibleReaction().


|
virtual |
Temperature derivative of the pressure dependent term.
By default this value is 0 since ddT of molecularity is approx.0
Implements Reaction< ReactionThermo >.
Definition at line 197 of file ReversibleReaction.C.
References ReversibleReaction< ReactionThermo, ReactionRate >::write().
Referenced by ReversibleReaction< ReactionThermo, ReactionRate >::dcidc(), and ReversibleReaction< ReactionThermo, ReactionRate >::~ReversibleReaction().


|
virtual |
Write.
Reimplemented from Reaction< ReactionThermo >.
Definition at line 210 of file ReversibleReaction.C.
References Foam::vtkWriteOps::write().
Referenced by ReversibleReaction< ReactionThermo, ReactionRate >::dcidT(), and ReversibleReaction< ReactionThermo, ReactionRate >::~ReversibleReaction().


|
delete |
Disallow default bitwise assignment.