47 #ifndef fluxLimitedLangmuirHinshelwoodReactionRate_H 48 #define fluxLimitedLangmuirHinshelwoodReactionRate_H 60 class fluxLimitedLangmuirHinshelwoodReactionRate;
65 const fluxLimitedLangmuirHinshelwoodReactionRate&
81 wordList additionalAdsorbableSpecieNames_;
106 inline scalar Av(
const label li)
const;
127 return "fluxLimitedLangmuirHinshelwood";
136 inline scalar operator()
177 inline void write(Ostream& os)
const;
182 inline friend Ostream&
operator<<
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e...
scalar ddT(const scalar p, const scalar T, const scalarField &c, const label li) const
void postEvaluate() const
Post-evaluation hook.
void preEvaluate() const
Pre-evaluation hook.
const dimensionedScalar c
Speed of light in a vacuum.
void write(Ostream &os) const
Write to stream.
fluxLimitedLangmuirHinshelwoodReactionRate(const speciesTable &species, const objectRegistry &ob, const dictionary &dict)
Construct from dictionary.
A class for handling words, derived from string.
const List< Tuple2< label, scalar > > & beta() const
Third-body efficiencies (beta = 1-alpha)
Langmuir-Hinshelwood reaction rate for gaseous reactions on surfaces including the optional flux limi...
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.
scalar dcidT(const scalar p, const scalar T, const scalarField &c, const label li) const
Temperature derivative of the pressure dependent term.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
A wordList with hashed indices for faster lookup by name.
static word type()
Return the type name.
Registry of regIOobjects.