Go to the documentation of this file.
52 beta_(
dict.
get<scalar>(
"beta")),
60 inline Foam::scalar Foam::JanevReactionRate::operator()
69 if (
mag(beta_) > VSMALL)
76 if (
mag(Ta_) > VSMALL)
83 for (
int n=0;
n<nb_;
n++)
85 expArg += b_[
n]*
pow(lnT,
n);
96 os.writeKeyword(
"A") << A_ <<
nl;
97 os.writeKeyword(
"beta") << beta_ <<
nl;
98 os.writeKeyword(
"Ta") << Ta_ <<
nl;
99 os.writeKeyword(
"b") << b_ <<
nl;
106 const JanevReactionRate& jrr
static const Foam::dimensionedScalar A("", Foam::dimPressure, 611.21)
dimensionedScalar exp(const dimensionedScalar &ds)
const dimensionedScalar b
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)
Janev, Langer, Evans and Post reaction rate.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
Lookup type of boundary radiation properties.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
dimensionedScalar log(const dimensionedScalar &ds)
OBJstream os(runTime.globalPath()/outputName)
virtual bool write(const token &tok)=0
JanevReactionRate(const scalar A, const scalar beta, const scalar Ta, const FixedList< scalar, nb_ > b)
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,...
void write(Ostream &os) const