47 alpha_(
dict.get<scalar>(
"alpha")),
48 Tsss_(
dict.get<scalar>(
"Tsss")),
49 Ts_(
dict.get<scalar>(
"Ts")),
50 Tss_(
dict.get<scalar>(
"Tss"))
62 scalar logFcent =
log10
66 (1 - alpha_)*
exp(-
T/Tsss_) + alpha_*
exp(-
T/Ts_) +
exp(-Tss_/
T),
71 scalar c = -0.4 - 0.67*logFcent;
72 static const scalar d = 0.14;
73 scalar
n = 0.75 - 1.27*logFcent;
76 return pow(10.0, logFcent/(1.0 +
sqr((logPr + c)/(
n - d*(logPr + c)))));
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Ostream & writeEntry(const keyType &key, const T &value)
Write a keyword/value entry.
virtual bool write(const token &tok)=0
Write token to stream or otherwise handle it.
The Troe fall-off function.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
friend Ostream & operator(Ostream &, const faMatrix< Type > &)
virtual bool write()
Write the output fields.
OBJstream os(runTime.globalPath()/outputName)
label max(const labelHashSet &set, label maxValue=labelMin)
Find the max value in labelHashSet, optionally limited by second argument.
dimensionedScalar exp(const dimensionedScalar &ds)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionedScalar log10(const dimensionedScalar &ds)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
dimensionedScalar Pr("Pr", dimless, laminarTransport)