Go to the documentation of this file.
52 beta_(
dict.
get<scalar>(
"beta")),
60 inline Foam::scalar Foam::powerSeriesReactionRate::operator()
69 if (
mag(beta_) > VSMALL)
78 expArg += coeffs_[
n]/
pow(
T,
n + 1);
89 os.writeEntry(
"A", A_);
90 os.writeEntry(
"beta", beta_);
91 os.writeEntry(
"Ta", Ta_);
92 os.writeEntry(
"coeffs", coeffs_);
99 const powerSeriesReactionRate& psrr
static const Foam::dimensionedScalar A("", Foam::dimPressure, 611.21)
void write(Ostream &os) const
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)
Lookup type of boundary radiation properties.
powerSeriesReactionRate(const scalar A, const scalar beta, const scalar Ta, const FixedList< scalar, nCoeff_ > coeffs)
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
Power series reaction rate.
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,...