77 scalar Tc_, a_, b_, c_, d_, e_;
117 virtual scalar
value(scalar
T)
const 120 return a_*
pow(1 - Tr, ((e_*Tr + d_)*Tr + c_)*Tr + b_);
124 virtual scalar
integral(
const scalar x1,
const scalar x2)
const;
const word const dictionary & dict
A list of keyword definitions, which are a keyword followed by any number of values (e...
const word & name() const
Return the name of the entry.
const dimensionedScalar b
Wien displacement law constant: default SI units: [m K].
virtual tmp< Function1< scalar > > clone() const
Construct and return a clone.
const dimensionedScalar c
Speed of light in a vacuum.
NSRDS6(const word &name, const scalar Tc, const scalar a, const scalar b, const scalar c, const scalar d, const scalar e)
Construct from components.
A class for handling words, derived from string.
virtual scalar value(scalar T) const
Evaluate the function and return the result.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
TypeName("NSRDS6")
Runtime type information.
virtual void write(Ostream &os) const
Write the function coefficients.
const doubleScalar e
Elementary charge.
A class for managing temporary objects.
NSRDS function number 106.
virtual scalar integral(const scalar x1, const scalar x2) const
Integrate between two scalar values.