Go to the documentation of this file.
54 is.
readEnd(
"powerSeriesReactionRate(Istream&)");
67 coeffs_(
dict.lookup(
"coeffs"))
73 inline Foam::scalar Foam::powerSeriesReactionRate::operator()
82 if (
mag(beta_) > VSMALL)
91 expArg += coeffs_[
n]/
pow(
T,
n + 1);
dimensionedScalar beta("beta", dimless/dimTemperature, laminarTransport)
Istream & readEnd(const char *funcName)
#define forAll(list, i)
Loop across all elements in list.
static const label nCoeff_
FixedList< scalar, nCoeff_ > coeffs_
void write(Ostream &os) const
Write to stream.
dimensionedScalar exp(const dimensionedScalar &ds)
dimensioned< scalar > mag(const dimensioned< Type > &)
simpleMatrix< scalar > A(Nc)
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)
powerSeriesReactionRate(const scalar A, const scalar beta, const scalar Ta, const FixedList< scalar, nCoeff_ > coeffs)
Construct from components.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Power series reaction rate.
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)