Go to the documentation of this file.
50 beta_(
dict.
get<scalar>(
"beta")),
57 inline Foam::scalar Foam::ArrheniusReactionRate::operator()
66 if (
mag(beta_) > VSMALL)
71 if (
mag(Ta_) > VSMALL)
82 os.writeEntry(
"A", A_);
83 os.writeEntry(
"beta", beta_);
84 os.writeEntry(
"Ta", Ta_);
91 const ArrheniusReactionRate& arr
static const Foam::dimensionedScalar A("", Foam::dimPressure, 611.21)
dimensionedScalar exp(const dimensionedScalar &ds)
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)
ArrheniusReactionRate(const scalar A, const scalar beta, const scalar Ta)
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
void write(Ostream &os) const
Arrhenius reaction rate given by:
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,...