77 scalar Tc_, a_, b_, c_, d_;
117 virtual scalar
value(scalar
T)
const
119 scalar Tdash =
min(
T, Tc_ - rootVSmall);
121 scalar t = 1.0 - Tdash/Tc_;
123 a_*a_/(t + rootVSmall) + b_ - t
126 + t*(a_*d_ + t*(c_*c_/3.0 + t*(0.5*c_*d_ + 0.2*d_*d_*t)))
131 virtual scalar
integral(
const scalar x1,
const scalar x2)
const;
const word & name() const
Return the name of the entry.
NSRDS function number 114.
virtual tmp< Function1< scalar > > clone() const
Construct and return a clone.
virtual scalar value(scalar T) const
Evaluate the function and return the result.
virtual void write(Ostream &os, const unitConversions &units) const
Write the function coefficients.
virtual scalar integral(const scalar x1, const scalar x2) const
Integrate between two scalar values.
TypeName("NSRDS14")
Runtime type information.
NSRDS14(const word &name, const scalar Tc, const scalar a, const scalar b, const scalar c, const scalar d)
Construct from components.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by any number of values (e....
A class for managing temporary objects.
A class for handling words, derived from string.
const dimensionedScalar c
Speed of light in a vacuum.
layerAndWeight min(const layerAndWeight &a, const layerAndWeight &b)
const HashTable< unitConversion > & units()
Get the table of unit conversions.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)