Simple extension of Reaction to handle irreversible reactions. More...
Public Member Functions | |
TypeName ("irreversible") | |
Runtime type information. More... | |
IrreversibleReaction (const Reaction< ReactionThermo > &reaction, const ReactionRate &reactionRate) | |
Construct from components. More... | |
IrreversibleReaction (const IrreversibleReaction< ReactionThermo, ReactionRate > &, const speciesTable &species) | |
Construct as copy given new speciesTable. More... | |
IrreversibleReaction (const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, const dictionary &dict) | |
Construct from dictionary. More... | |
IrreversibleReaction (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 | ~IrreversibleReaction () |
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 forward 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 reverse rate. Returns zero. More... | |
virtual bool | hasDkdc () const |
Does this reaction have concentration-dependent rate constants? More... | |
void | dkfdc (const scalar p, const scalar T, const scalarField &c, const label li, scalarField &dkfdc) const |
Concentration derivative of forward rate. More... | |
void | dkrdc (const scalar p, const scalar T, const scalarField &c, const label li, const scalarField &dkfdc, const scalar kr, scalarField &dkrdc) const |
Concentration derivative of reverse rate. Returns zero. More... | |
virtual void | write (Ostream &) const |
Write. More... | |
void | operator= (const IrreversibleReaction< 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 | C (const scalar p, const scalar T, const scalarField &c, const label li, scalar &Cf, scalar &Cr) const |
Concentration powers. 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 | dNdtByV (const scalar p, const scalar T, const scalarField &c, const label li, scalarField &dNdtByV, const bool reduced, const List< label > &c2s, const label Nsi0) const |
The net reaction rate for each species involved. More... | |
void | ddNdtByVdcTp (const scalar p, const scalar T, const scalarField &c, const label li, scalarField &dNdtByV, scalarSquareMatrix &ddNdtByVdcTp, const bool reduced, const List< label > &c2s, const label csi0, const label Tsi, scalarField &cTpWork0, scalarField &cTpWork1) 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 irreversible reactions.
Definition at line 49 of file IrreversibleReaction.H.
IrreversibleReaction | ( | const Reaction< ReactionThermo > & | reaction, |
const ReactionRate & | reactionRate | ||
) |
Construct from components.
Definition at line 33 of file IrreversibleReaction.C.
Referenced by IrreversibleReaction< ReactionThermo, ReactionRate >::IrreversibleReaction().
IrreversibleReaction | ( | const IrreversibleReaction< ReactionThermo, ReactionRate > & | irr, |
const speciesTable & | species | ||
) |
Construct as copy given new speciesTable.
Definition at line 75 of file IrreversibleReaction.C.
IrreversibleReaction | ( | const speciesTable & | species, |
const HashPtrTable< ReactionThermo > & | thermoDatabase, | ||
const dictionary & | dict | ||
) |
Construct from dictionary.
Definition at line 46 of file IrreversibleReaction.C.
References IrreversibleReaction< ReactionThermo, ReactionRate >::IrreversibleReaction().
IrreversibleReaction | ( | const speciesTable & | species, |
const HashPtrTable< ReactionThermo > & | thermoDatabase, | ||
const objectRegistry & | ob, | ||
const dictionary & | dict | ||
) |
Construct from objectRegistry and dictionary.
Definition at line 60 of file IrreversibleReaction.C.
References IrreversibleReaction< ReactionThermo, ReactionRate >::IrreversibleReaction().
|
inlinevirtual |
Destructor.
Definition at line 124 of file IrreversibleReaction.H.
References Foam::constant::universal::c, IrreversibleReaction< ReactionThermo, ReactionRate >::dkfdc(), IrreversibleReaction< ReactionThermo, ReactionRate >::dkfdT(), IrreversibleReaction< ReactionThermo, ReactionRate >::dkrdc(), IrreversibleReaction< ReactionThermo, ReactionRate >::dkrdT(), IrreversibleReaction< ReactionThermo, ReactionRate >::hasDkdc(), IrreversibleReaction< ReactionThermo, ReactionRate >::kf(), IrreversibleReaction< ReactionThermo, ReactionRate >::kr(), p, IrreversibleReaction< ReactionThermo, ReactionRate >::postEvaluate(), IrreversibleReaction< ReactionThermo, ReactionRate >::preEvaluate(), Foam::T(), and IrreversibleReaction< ReactionThermo, ReactionRate >::write().
TypeName | ( | "irreversible" | ) |
Runtime type information.
Construct and return a clone.
Implements Reaction< ReactionThermo >.
Definition at line 98 of file IrreversibleReaction.H.
|
inlinevirtual |
Construct and return a clone with new speciesTable.
Implements Reaction< ReactionThermo >.
Definition at line 108 of file IrreversibleReaction.H.
References reaction::species().
|
virtual |
Pre-evaluation hook.
Implements Reaction< ReactionThermo >.
Definition at line 89 of file IrreversibleReaction.C.
Referenced by IrreversibleReaction< ReactionThermo, ReactionRate >::~IrreversibleReaction().
|
virtual |
Post-evaluation hook.
Implements Reaction< ReactionThermo >.
Definition at line 97 of file IrreversibleReaction.C.
References IrreversibleReaction< ReactionThermo, ReactionRate >::kf().
Referenced by IrreversibleReaction< ReactionThermo, ReactionRate >::~IrreversibleReaction().
|
virtual |
Forward rate constant.
Implements Reaction< ReactionThermo >.
Definition at line 105 of file IrreversibleReaction.C.
References IrreversibleReaction< ReactionThermo, ReactionRate >::kr().
Referenced by IrreversibleReaction< ReactionThermo, ReactionRate >::postEvaluate(), and IrreversibleReaction< ReactionThermo, ReactionRate >::~IrreversibleReaction().
|
virtual |
Reverse rate constant from the given forward rate constant.
Returns 0
Implements Reaction< ReactionThermo >.
Definition at line 118 of file IrreversibleReaction.C.
Referenced by IrreversibleReaction< ReactionThermo, ReactionRate >::kf(), and IrreversibleReaction< ReactionThermo, ReactionRate >::~IrreversibleReaction().
|
virtual |
Reverse rate constant.
Returns 0
Implements Reaction< ReactionThermo >.
Definition at line 132 of file IrreversibleReaction.C.
References IrreversibleReaction< ReactionThermo, ReactionRate >::dkfdT().
|
virtual |
Temperature derivative of forward rate.
Implements Reaction< ReactionThermo >.
Definition at line 145 of file IrreversibleReaction.C.
References IrreversibleReaction< ReactionThermo, ReactionRate >::dkrdT().
Referenced by IrreversibleReaction< ReactionThermo, ReactionRate >::kr(), and IrreversibleReaction< ReactionThermo, ReactionRate >::~IrreversibleReaction().
|
virtual |
Temperature derivative of reverse rate. Returns zero.
Implements Reaction< ReactionThermo >.
Definition at line 158 of file IrreversibleReaction.C.
Referenced by IrreversibleReaction< ReactionThermo, ReactionRate >::dkfdT(), and IrreversibleReaction< ReactionThermo, ReactionRate >::~IrreversibleReaction().
|
virtual |
Does this reaction have concentration-dependent rate constants?
Implements Reaction< ReactionThermo >.
Definition at line 172 of file IrreversibleReaction.C.
References IrreversibleReaction< ReactionThermo, ReactionRate >::dkfdc().
Referenced by IrreversibleReaction< ReactionThermo, ReactionRate >::~IrreversibleReaction().
|
virtual |
Concentration derivative of forward rate.
Implements Reaction< ReactionThermo >.
Definition at line 180 of file IrreversibleReaction.C.
References IrreversibleReaction< ReactionThermo, ReactionRate >::dkrdc().
Referenced by IrreversibleReaction< ReactionThermo, ReactionRate >::hasDkdc(), and IrreversibleReaction< ReactionThermo, ReactionRate >::~IrreversibleReaction().
|
virtual |
Concentration derivative of reverse rate. Returns zero.
Implements Reaction< ReactionThermo >.
Definition at line 194 of file IrreversibleReaction.C.
References IrreversibleReaction< ReactionThermo, ReactionRate >::write().
Referenced by IrreversibleReaction< ReactionThermo, ReactionRate >::dkfdc(), and IrreversibleReaction< ReactionThermo, ReactionRate >::~IrreversibleReaction().
|
virtual |
Write.
Reimplemented from Reaction< ReactionThermo >.
Definition at line 210 of file IrreversibleReaction.C.
References Foam::vtkWriteOps::write().
Referenced by IrreversibleReaction< ReactionThermo, ReactionRate >::dkrdc(), and IrreversibleReaction< ReactionThermo, ReactionRate >::~IrreversibleReaction().
|
delete |
Disallow default bitwise assignment.