33 namespace thermophysicalFunctions
38 thermophysicalFunction,
67 Tc_(dict.
lookup<scalar>(
"Tc")),
68 a_(dict.
lookup<scalar>(
"a")),
69 b_(dict.
lookup<scalar>(
"b")),
70 c_(dict.
lookup<scalar>(
"c")),
71 d_(dict.
lookup<scalar>(
"d"))
NSRDS14(const scalar Tc, const scalar a, const scalar b, const scalar c, const scalar d)
Construct from components.
defineTypeNameAndDebug(APIdiffCoef, 0)
A list of keyword definitions, which are a keyword followed by any number of values (e...
Macros for easy insertion into run-time selection tables.
stressControl lookup("compactNormalStress") >> compactNormalStress
virtual void write(Ostream &os) const
Write the function coefficients.
addToRunTimeSelectionTable(thermophysicalFunction, APIdiffCoef, dictionary)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)