54 #ifndef NSRDS3ThermophysicalFunction_H 55 #define NSRDS3ThermophysicalFunction_H 63 namespace thermophysicalFunctions
77 scalar a_, b_, c_, d_;
104 scalar
f(scalar, scalar
T)
const 106 return a_ + b_*
exp(-c_/
pow(T, d_));
A list of keyword definitions, which are a keyword followed by any number of values (e...
NSRDS function number 103.
TypeName("NSRDS3")
Runtime type information.
const dimensionedScalar & c
Speed of light in a vacuum.
Abstract base class for thermo-physical functions.
dimensionedScalar exp(const dimensionedScalar &ds)
const dimensionedScalar & b
Wien displacement law constant: default SI units: [m K].
virtual void write(Ostream &os) const =0
Write the function coefficients.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
scalar f(scalar, scalar T) const
Evaluate the function and return the result.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
NSRDS3(const scalar a, const scalar b, const scalar c, const scalar d)
Construct from components.
virtual void write(Ostream &os) const
Write the function coefficients.