47 A_(dict.
lookup<scalar>(
"A")),
48 beta_(dict.
lookup<scalar>(
"beta")),
49 Ta_(dict.
lookup<scalar>(
"Ta"))
63 inline Foam::scalar Foam::ArrheniusReactionRate::operator()
73 if (
mag(beta_) > vSmall)
78 if (
mag(Ta_) > vSmall)
97 if (
mag(beta_) > vSmall)
102 if (
mag(Ta_) > vSmall)
107 return ak*(beta_+Ta_/
T)/T;
114 return NullObjectRef<List<Tuple2<label, scalar>>>();
122 const scalarField& c,
133 const scalarField& c,
void postEvaluate() const
Post-evaluation hook.
virtual Ostream & write(const char)=0
Write character.
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
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void preEvaluate() const
Pre-evaluation hook.
ArrheniusReactionRate(const scalar A, const scalar beta, const scalar Ta)
Construct from components.
dimensionedScalar exp(const dimensionedScalar &ds)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
A wordList with hashed indices for faster lookup by name.
Arrhenius reaction rate given by:
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.
dimensioned< scalar > mag(const dimensioned< Type > &)
scalar dcidT(const scalar p, const scalar T, const scalarField &c, const label li) const
Temperature derivative of the pressure dependent term.
void write(Ostream &os) const
Write to stream.
const List< Tuple2< label, scalar > > & beta() const
Third-body efficiencies (beta = 1-alpha)
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.