Go to the documentation of this file.
77 scalar a_, b_, c_, d_, e_, f_;
106 scalar
f(scalar, scalar
T)
const
108 return ((((f_*
T + e_)*
T + d_)*
T + c_)*
T + b_)*
T + a_;
scalar f(scalar, scalar T) const
void writeData(Ostream &os) const
Abstract base class for thermo-physical functions.
NSRDS function number 100.
NSRDSfunc0(const scalar a, const scalar b, const scalar c, const scalar d, const scalar e, const scalar f)
const dimensionedScalar b
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
const dimensionedScalar e
const dimensionedScalar c
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
friend Ostream & operator<<(Ostream &os, const NSRDSfunc0 &f)