77 scalar a_, b_, c_, d_, e_;
116 scalar
value(scalar
T)
const 118 return a_ + b_/T + c_/
pow(T, 3) + d_/
pow(T, 8) + e_/
pow(T, 9);
122 virtual scalar
integral(
const scalar x1,
const scalar x2)
const;
virtual tmp< Function1< scalar > > clone() const
Construct and return a clone.
virtual void write(Ostream &os) const
Write the function coefficients.
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].
const dimensionedScalar c
Speed of light in a vacuum.
TypeName("NSRDS4")
Runtime type information.
A class for handling words, derived from string.
virtual scalar integral(const scalar x1, const scalar x2) const
Integrate between two scalar values.
NSRDS function number 104.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
NSRDS4(const word &name, const scalar a, const scalar b, const scalar c, const scalar d, const scalar e)
Construct from components.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
const doubleScalar e
Elementary charge.
A class for managing temporary objects.
scalar value(scalar T) const
Evaluate the function and return the result.