Go to the documentation of this file.
54 beta_(
dict.
get<scalar>(
"beta")),
63 inline Foam::scalar Foam::LandauTellerReactionRate::operator()
72 if (
mag(beta_) > VSMALL)
79 if (
mag(Ta_) > VSMALL)
91 expArg += C_/
pow(
T, 2.0/3.0);
94 if (
mag(expArg) > VSMALL)
105 os.writeEntry(
"A", A_);
106 os.writeEntry(
"beta", beta_);
107 os.writeEntry(
"Ta", Ta_);
108 os.writeEntry(
"B", B_);
109 os.writeEntry(
"C", C_);
116 const LandauTellerReactionRate& arr
Landau-Teller reaction rate.
static const Foam::dimensionedScalar B("", Foam::dimless, 18.678)
static const Foam::dimensionedScalar A("", Foam::dimPressure, 611.21)
dimensionedScalar exp(const dimensionedScalar &ds)
LandauTellerReactionRate(const scalar A, const scalar beta, const scalar Ta, const scalar B, const scalar C)
void write(Ostream &os) const
Generic templated field type.
A wordList with hashed named lookup, which can be faster in some situations than using the normal lis...
dimensionedScalar beta("beta", dimless/dimTemperature, laminarTransport)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
virtual bool write(const token &tok)=0
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Graphite solid properties.
dimensionedScalar cbrt(const dimensionedScalar &ds)