54 is.
readEnd(
"JanevReactionRate(Istream&)");
73 inline Foam::scalar Foam::JanevReactionRate::operator()
82 if (
mag(beta_) > VSMALL)
89 if (
mag(Ta_) > VSMALL)
96 for (
int n=0;
n<nb_;
n++)
98 expArg += b_[
n]*
pow(lnT,
n);
125 for (
int n=0;
n<JanevReactionRate::nb_;
n++)
Istream & readBegin(const char *funcName)
dimensionedScalar log(const dimensionedScalar &ds)
A list of keyword definitions, which are a keyword followed by any number of values (e...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Janev, Langer, Evans and Post reaction rate.
Istream & readEnd(const char *funcName)
dimensionedScalar exp(const dimensionedScalar &ds)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Ostream & writeKeyword(const keyType &)
Write the keyword followed by an appropriate indentation.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
void write(Ostream &os) const
Write to stream.
A wordList with hashed indices for faster lookup by name.
JanevReactionRate(const scalar A, const scalar beta, const scalar Ta, const FixedList< scalar, nb_ > b)
Construct from components.
dimensioned< scalar > mag(const dimensioned< Type > &)
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.