Go to the documentation of this file.
57 is.
readEnd(
"LandauTellerReactionRate(Istream&)");
77 inline Foam::scalar Foam::LandauTellerReactionRate::operator()
86 if (
mag(beta_) > VSMALL)
93 if (
mag(Ta_) > VSMALL)
100 expArg += B_/
cbrt(
T);
103 if (
mag(C_) > VSMALL)
105 expArg += C_/
pow(
T, 2.0/3.0);
108 if (
mag(expArg) > VSMALL)
dimensionedScalar beta("beta", dimless/dimTemperature, laminarTransport)
Istream & readEnd(const char *funcName)
Landau-Teller reaction rate.
dimensionedScalar exp(const dimensionedScalar &ds)
dimensioned< scalar > mag(const dimensioned< Type > &)
LandauTellerReactionRate(const scalar A, const scalar beta, const scalar Ta, const scalar B, const scalar C)
Construct from components.
simpleMatrix< scalar > A(Nc)
void write(Ostream &os) const
Write to stream.
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)....
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
A list of keyword definitions, which are a keyword followed by any number of values (e....
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)
Graphite solid properties.
dimensionedScalar cbrt(const dimensionedScalar &ds)