75 scalar a_, b_, c_, d_, e_;
106 scalar
f(scalar, scalar
T)
const 108 return a_ + b_*
sqr((c_/T)/
sinh(c_/T)) + d_*
sqr((e_/T)/
cosh(e_/T));
const double e
Elementary charge.
A list of keyword definitions, which are a keyword followed by any number of values (e...
dimensionedSymmTensor sqr(const dimensionedVector &dv)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
NSRDS-AICHE function number 107.
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].
NSRDSfunc7(const scalar a, const scalar b, const scalar c, const scalar d, const scalar e)
Construct from components.
TypeName("NSRDSfunc7")
Runtime type information.
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)
friend Ostream & operator<<(Ostream &os, const NSRDSfunc7 &f)
dimensionedScalar sinh(const dimensionedScalar &ds)
const dimensionedScalar c
Speed of light in a vacuum.
dimensionedScalar cosh(const dimensionedScalar &ds)
void writeData(Ostream &os) const
Write the function coefficients.