Go to the documentation of this file.
77 scalar a_, b_, c_, d_;
104 scalar
f(scalar, scalar
T)
const
106 return a_*
pow(
T, b_)/(1.0 + c_/
T + d_/
sqr(
T));
Abstract base class for thermo-physical functions.
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)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
NSRDS function number 102.
const dimensionedScalar c
scalar f(scalar, scalar T) const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
void writeData(Ostream &os) const
friend Ostream & operator<<(Ostream &os, const NSRDSfunc2 &f)
NSRDSfunc2(const scalar a, const scalar b, const scalar c, const scalar d)