Simple extension of ReactionThermo to handle reaction kinetics in addition to the equilibrium thermodynamics already handled. More...
Public Member Functions | |
TypeName ("Reaction") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, Reaction, dictionary,(const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, const dictionary &dict),(species, thermoDatabase, 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 autoPtr< Reaction< ReactionThermo > > | clone () const =0 |
Construct and return a clone. More... | |
virtual autoPtr< Reaction< ReactionThermo > > | clone (const speciesTable &species) const =0 |
Construct and return a clone with new speciesTable. More... | |
virtual | ~Reaction () |
Destructor. More... | |
const word & | name () const |
Return the name of the reaction. 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... | |
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 | ddot (const scalar p, const scalar T, const scalarField &c, scalarField &d) const |
Forward reaction rate. More... | |
void | fdot (const scalar p, const scalar T, const scalarField &c, scalarField &f) const |
Backward reaction rate. More... | |
void | omega (const scalar p, const scalar T, const scalarField &c, scalarField &dcdt) const |
Net reaction rate for individual species. More... | |
scalar | omega (const scalar p, const scalar T, const scalarField &c, scalar &pf, scalar &cf, label &lRef, scalar &pr, scalar &cr, label &rRef) const |
Net reaction rate. More... | |
virtual scalar | kf (const scalar p, const scalar T, const scalarField &c) const =0 |
Forward rate constant. More... | |
virtual scalar | kr (const scalar kfwd, const scalar p, const scalar T, const scalarField &c) const =0 |
Reverse rate constant from the given forward rate constant. More... | |
virtual scalar | kr (const scalar p, const scalar T, const scalarField &c) const =0 |
Reverse rate constant. More... | |
void | dwdc (const scalar p, const scalar T, const scalarField &c, 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 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... | |
virtual scalar | dkfdT (const scalar p, const scalar T, const scalarField &c) const =0 |
Temperature derivative of forward rate. More... | |
virtual scalar | dkrdT (const scalar p, const scalar T, const scalarField &c, const scalar dkfdT, const scalar kr) const =0 |
Temperature derivative of reverse rate. More... | |
virtual const List< Tuple2< label, scalar > > & | beta () const =0 |
Third-body efficiencies (beta = 1-alpha) More... | |
virtual void | dcidc (const scalar p, const scalar T, const scalarField &c, scalarField &dcidc) const =0 |
Species concentration derivative of the pressure dependent term. More... | |
virtual scalar | dcidT (const scalar p, const scalar T, const scalarField &c) const =0 |
Temperature derivative of the pressure dependent term. More... | |
virtual void | write (Ostream &) const |
Write. More... | |
void | operator= (const Reaction< ReactionThermo > &)=delete |
Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
static autoPtr< Reaction< ReactionThermo > > | New (const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, const dictionary &dict) |
Return a pointer to new patchField created on freestore from dict. More... | |
Static Public Attributes | |
static label | nUnNamedReactions |
Number of un-named reactions. More... | |
static scalar | TlowDefault |
Default temperature limits of applicability of reaction rates. More... | |
static scalar | ThighDefault |
Friends | |
Ostream & | operator (Ostream &, const Reaction< ReactionThermo > &) |
Simple extension of ReactionThermo to handle reaction kinetics in addition to the equilibrium thermodynamics already handled.
Definition at line 56 of file Reaction.H.
Reaction | ( | const speciesTable & | species, |
const List< specieCoeffs > & | lhs, | ||
const List< specieCoeffs > & | rhs, | ||
const HashPtrTable< ReactionThermo > & | thermoDatabase | ||
) |
Construct from components.
Definition at line 93 of file Reaction.C.
Referenced by Reaction< ReactionThermo >::Reaction().
Reaction | ( | const Reaction< ReactionThermo > & | r, |
const speciesTable & | species | ||
) |
Construct as copy given new speciesTable.
Definition at line 114 of file Reaction.C.
References Reaction< ReactionThermo >::Reaction().
Reaction | ( | const speciesTable & | species, |
const HashPtrTable< ReactionThermo > & | thermoDatabase, | ||
const dictionary & | dict | ||
) |
Construct from dictionary.
Definition at line 131 of file Reaction.C.
References dictionary::lookup(), and Reaction< ReactionThermo >::New().
|
inlinevirtual |
Destructor.
Definition at line 177 of file Reaction.H.
References Reaction< ReactionThermo >::beta(), Foam::constant::universal::c, Reaction< ReactionThermo >::dcidc(), Reaction< ReactionThermo >::dcidT(), Reaction< ReactionThermo >::ddot(), Reaction< ReactionThermo >::dkfdT(), Reaction< ReactionThermo >::dkrdT(), Reaction< ReactionThermo >::dwdc(), Reaction< ReactionThermo >::dwdT(), f(), Reaction< ReactionThermo >::fdot(), Reaction< ReactionThermo >::kf(), Reaction< ReactionThermo >::kr(), Reaction< ReactionThermo >::lhs(), Reaction< ReactionThermo >::name(), Reaction< ReactionThermo >::omega(), Reaction< ReactionThermo >::operator=(), p, Reaction< ReactionThermo >::rhs(), Reaction< ReactionThermo >::species(), Foam::T(), Reaction< ReactionThermo >::Thigh(), Reaction< ReactionThermo >::Tlow(), and Reaction< ReactionThermo >::write().
TypeName | ( | "Reaction< ReactionThermo >" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
Reaction< ReactionThermo > | , | ||
dictionary | , | ||
(const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, const dictionary &dict) | , | ||
(species, thermoDatabase, dict) | |||
) |
Construct and return a clone.
Implemented in ReactionProxy< ReactionThermo >.
|
pure virtual |
Construct and return a clone with new speciesTable.
Implemented in ReactionProxy< ReactionThermo >.
|
static |
Return a pointer to new patchField created on freestore from dict.
Definition at line 159 of file Reaction.C.
References dict, Foam::exit(), Foam::FatalError, FatalErrorInFunction, dictionary::lookup(), and Foam::nl.
Referenced by Reaction< ReactionThermo >::Reaction().
|
inline |
Return the name of the reaction.
Definition at line 36 of file ReactionI.H.
Referenced by ReactionList< Foam::sutherlandTransport >::write(), and Reaction< ReactionThermo >::~Reaction().
|
inline |
Return the lower temperature limit for the reaction.
Definition at line 43 of file ReactionI.H.
Referenced by Reaction< ReactionThermo >::~Reaction().
|
inline |
Return the upper temperature limit for the reaction.
Definition at line 50 of file ReactionI.H.
Referenced by Reaction< ReactionThermo >::~Reaction().
|
inline |
Return the components of the left hand side.
Definition at line 57 of file ReactionI.H.
Referenced by singleStepReactingMixture< ThermoType >::calculateqFuel(), StandardChemistryModel< CompType, ThermoType >::calculateRR(), singleStepReactingMixture< ThermoType >::fresCorrect(), pyrolysisChemistryModel< CompType, SolidThermo, GasThermo >::jacobian(), pyrolysisChemistryModel< CompType, SolidThermo, GasThermo >::omega(), TDACChemistryModel< CompType, ThermoType >::omega(), EFA< CompType, ThermoType >::reduceMechanism(), PFA< CompType, ThermoType >::reduceMechanism(), DRG< CompType, ThermoType >::reduceMechanism(), DAC< CompType, ThermoType >::reduceMechanism(), DRGEP< CompType, ThermoType >::reduceMechanism(), EulerImplicit< ChemistryModel >::updateRRInReactionI(), and Reaction< ReactionThermo >::~Reaction().
|
inline |
Return the components of the right hand side.
Definition at line 64 of file ReactionI.H.
Referenced by singleStepReactingMixture< ThermoType >::calculateMaxProducts(), singleStepReactingMixture< ThermoType >::calculateqFuel(), StandardChemistryModel< CompType, ThermoType >::calculateRR(), singleStepReactingMixture< ThermoType >::fresCorrect(), pyrolysisChemistryModel< CompType, SolidThermo, GasThermo >::jacobian(), mixtureFraction< ThermoType >::mixtureFraction(), pyrolysisChemistryModel< CompType, SolidThermo, GasThermo >::omega(), TDACChemistryModel< CompType, ThermoType >::omega(), EFA< CompType, ThermoType >::reduceMechanism(), PFA< CompType, ThermoType >::reduceMechanism(), DRG< CompType, ThermoType >::reduceMechanism(), DAC< CompType, ThermoType >::reduceMechanism(), DRGEP< CompType, ThermoType >::reduceMechanism(), StandardChemistryModel< CompType, ThermoType >::tc(), EulerImplicit< ChemistryModel >::updateRRInReactionI(), and Reaction< ReactionThermo >::~Reaction().
const Foam::speciesTable & species | ( | ) | const |
Return the specie list.
Definition at line 605 of file Reaction.C.
Referenced by Reaction< ReactionThermo >::~Reaction().
void ddot | ( | const scalar | p, |
const scalar | T, | ||
const scalarField & | c, | ||
scalarField & | d | ||
) | const |
Forward reaction rate.
Definition at line 204 of file Reaction.C.
References Reaction< ReactionThermo >::fdot().
Referenced by Reaction< ReactionThermo >::write(), and Reaction< ReactionThermo >::~Reaction().
void fdot | ( | const scalar | p, |
const scalar | T, | ||
const scalarField & | c, | ||
scalarField & | f | ||
) | const |
Backward reaction rate.
Definition at line 216 of file Reaction.C.
References Reaction< ReactionThermo >::omega().
Referenced by Reaction< ReactionThermo >::ddot(), and Reaction< ReactionThermo >::~Reaction().
void omega | ( | const scalar | p, |
const scalar | T, | ||
const scalarField & | c, | ||
scalarField & | dcdt | ||
) | const |
Net reaction rate for individual species.
Definition at line 228 of file Reaction.C.
References forAll.
Referenced by StandardChemistryModel< CompType, ThermoType >::calculateRR(), Reaction< ReactionThermo >::fdot(), StandardChemistryModel< CompType, ThermoType >::omega(), TDACChemistryModel< CompType, ThermoType >::omega(), StandardChemistryModel< CompType, ThermoType >::omegaI(), StandardChemistryModel< CompType, ThermoType >::tc(), and Reaction< ReactionThermo >::~Reaction().
Foam::scalar omega | ( | const scalar | p, |
const scalar | T, | ||
const scalarField & | c, | ||
scalar & | pf, | ||
scalar & | cf, | ||
label & | lRef, | ||
scalar & | pr, | ||
scalar & | cr, | ||
label & | rRef | ||
) | const |
Net reaction rate.
Definition at line 260 of file Reaction.C.
References Reaction< ReactionThermo >::dwdc(), Foam::exp(), Foam::max(), Foam::min(), Foam::pow(), and s().
|
pure virtual |
Forward rate constant.
Implemented in ReactionProxy< ReactionThermo >.
Referenced by pyrolysisChemistryModel< CompType, SolidThermo, GasThermo >::jacobian(), pyrolysisChemistryModel< CompType, SolidThermo, GasThermo >::omega(), TDACChemistryModel< CompType, ThermoType >::omega(), and Reaction< ReactionThermo >::~Reaction().
|
pure virtual |
Reverse rate constant from the given forward rate constant.
Implemented in ReactionProxy< ReactionThermo >.
Referenced by TDACChemistryModel< CompType, ThermoType >::omega(), and Reaction< ReactionThermo >::~Reaction().
|
pure virtual |
Reverse rate constant.
Implemented in ReactionProxy< ReactionThermo >.
void dwdc | ( | const scalar | p, |
const scalar | T, | ||
const scalarField & | c, | ||
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.
w.r.t. the species concentration
Definition at line 374 of file Reaction.C.
References Reaction< ReactionThermo >::dwdT(), UList< T >::first(), forAll, Foam::notNull(), Foam::pow(), List< T >::size(), Foam::SMALL, and Foam::VSMALL.
Referenced by TDACChemistryModel< CompType, ThermoType >::jacobian(), StandardChemistryModel< CompType, ThermoType >::jacobian(), Reaction< ReactionThermo >::omega(), and Reaction< ReactionThermo >::~Reaction().
void dwdT | ( | const scalar | p, |
const scalar | T, | ||
const scalarField & | c, | ||
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.
w.r.t. the temperature
Definition at line 537 of file Reaction.C.
References forAll, Foam::pow(), and T.
Referenced by Reaction< ReactionThermo >::dwdc(), TDACChemistryModel< CompType, ThermoType >::jacobian(), StandardChemistryModel< CompType, ThermoType >::jacobian(), and Reaction< ReactionThermo >::~Reaction().
|
pure virtual |
Temperature derivative of forward rate.
Implemented in ReactionProxy< ReactionThermo >.
Referenced by Reaction< ReactionThermo >::~Reaction().
|
pure virtual |
Temperature derivative of reverse rate.
Implemented in ReactionProxy< ReactionThermo >.
Referenced by Reaction< ReactionThermo >::~Reaction().
Third-body efficiencies (beta = 1-alpha)
non-empty only for third-body reactions with enhanced molecularity (alpha != 1)
Implemented in ReactionProxy< ReactionThermo >.
Referenced by Reaction< ReactionThermo >::~Reaction().
|
pure virtual |
Species concentration derivative of the pressure dependent term.
Implemented in ReactionProxy< ReactionThermo >.
Referenced by Reaction< ReactionThermo >::~Reaction().
|
pure virtual |
Temperature derivative of the pressure dependent term.
Implemented in ReactionProxy< ReactionThermo >.
Referenced by Reaction< ReactionThermo >::~Reaction().
|
virtual |
Write.
Reimplemented in SolidReaction< ReactionThermo >.
Definition at line 190 of file Reaction.C.
References Reaction< ReactionThermo >::ddot(), reaction, and Foam::writeEntry().
Referenced by ReactionList< Foam::sutherlandTransport >::write(), and Reaction< ReactionThermo >::~Reaction().
Disallow default bitwise assignment.
Referenced by Reaction< ReactionThermo >::~Reaction().
|
static |
Number of un-named reactions.
Definition at line 77 of file Reaction.H.
|
static |
Default temperature limits of applicability of reaction rates.
Definition at line 80 of file Reaction.H.
|
static |
Definition at line 80 of file Reaction.H.