77 scalar a_, b_, c_, d_;
104 scalar
f(scalar, scalar
T)
const
106 return a_ + b_*
exp(-c_/
pow(
T, d_));
NSRDS function number 103.
scalar f(scalar, scalar T) const
Evaluate the function and return the result.
void writeData(Ostream &os) const
Write the function coefficients.
friend Ostream & operator<<(Ostream &os, const NSRDSfunc3 &f)
NSRDSfunc3(const scalar a, const scalar b, const scalar c, const scalar d)
Construct from components.
TypeName("NSRDSfunc3")
Runtime type information.
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 a number of values (eg,...
thermophysicalFunction()
Construct null.
OBJstream os(runTime.globalPath()/outputName)
dimensionedScalar exp(const dimensionedScalar &ds)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.