75 scalar Tc_, a_, b_, c_, d_, e_;
104 scalar
f(scalar, scalar
T)
const 107 return a_*
pow(1 - Tr, ((e_*Tr + d_)*Tr + c_)*Tr + b_);
NSRDSfunc6(const scalar Tc, const scalar a, const scalar b, const scalar c, const scalar d, const scalar e)
Construct from components.
A list of keyword definitions, which are a keyword followed by any number of values (e...
scalar f(scalar, scalar T) const
Evaluate the function and return the result.
Abstract base class for thermo-physical functions.
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void writeData(Ostream &os) const
Write the function coefficients.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
TypeName("NSRDSfunc6")
Runtime type information.
NSRDS function number 106.
const dimensionedScalar c
Speed of light in a vacuum.
const doubleScalar e
Elementary charge.
friend Ostream & operator<<(Ostream &os, const NSRDSfunc6 &f)