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