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);
106 const JanevReactionRate& jrr
dimensionedScalar log(const dimensionedScalar &ds)
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
A list of keyword definitions, which are a keyword followed by a number of values (eg...
constexpr char nl
The newline '\n' character (0x0a)
Lookup type of boundary radiation properties.
dimensionedScalar exp(const dimensionedScalar &ds)
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
constexpr T & get(FixedList< T, N > &list) noexcept
virtual bool write(const token &tok)=0
Write token to stream or otherwise handle it.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
A wordList with hashed named lookup, which can be faster in some situations than using the normal lis...
JanevReactionRate(const scalar A, const scalar beta, const scalar Ta, const FixedList< scalar, nb_ > b)
Construct from components.
dimensionedScalar beta("beta", dimless/dimTemperature, laminarTransport)
void write(Ostream &os) const
Write to stream.
static const Foam::dimensionedScalar A("", Foam::dimPressure, 611.21)
virtual Ostream & writeKeyword(const keyType &kw)
Write the keyword followed by an appropriate indentation.