75 scalar Tc_, a_, b_, c_, d_;
106 scalar
f(scalar, scalar
T)
const 108 scalar Tdash =
min(T, Tc_ - ROOTVSMALL);
110 scalar t = 1.0 - Tdash/Tc_;
112 a_*a_/(t + ROOTVSMALL) + b_ - t
115 + t*(a_*d_ + t*(c_*c_/3.0 + t*(0.5*c_*d_ + 0.2*d_*d_*t)))
TypeName("NSRDSfunc14")
Runtime type information.
NSRDS function number 114.
void writeData(Ostream &os) const
Write the function coefficients.
A list of keyword definitions, which are a keyword followed by any number of values (e...
friend Ostream & operator<<(Ostream &os, const NSRDSfunc14 &f)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
scalar f(scalar, scalar T) const
Evaluate the function and return the result.
NSRDSfunc14(const scalar Tc, const scalar a, const scalar b, const scalar c, const scalar d)
Construct from components.
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 T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)
const dimensionedScalar c
Speed of light in a vacuum.