Go to the documentation of this file.
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);
dimensionedScalar beta("beta", dimless/dimTemperature, laminarTransport)
Istream & readEnd(const char *funcName)
dimensionedScalar exp(const dimensionedScalar &ds)
dimensioned< scalar > mag(const dimensioned< Type > &)
simpleMatrix< scalar > A(Nc)
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
Pre-declare SubField and related Field type.
A wordList with hashed indices for faster lookup by name.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
FixedList< scalar, nb_ > b_
Janev, Langer, Evans and Post reaction rate.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
A list of keyword definitions, which are a keyword followed by any number of values (e....
dimensionedScalar log(const dimensionedScalar &ds)
JanevReactionRate(const scalar A, const scalar beta, const scalar Ta, const FixedList< scalar, nb_ > b)
Construct from components.
Ostream & writeKeyword(const keyType &)
Write the keyword followed by an appropriate indentation.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Istream & readBegin(const char *funcName)
void write(Ostream &os) const
Write to stream.