56 alpha_(
sqrt(1/wf_ + 1/wa_)),
69 a_(
dict.lookup<scalar>(
"a")),
70 b_(
dict.lookup<scalar>(
"b")),
71 wf_(
dict.lookup<scalar>(
"wf")),
72 wa_(
dict.lookup<scalar>(
"wa")),
73 alpha_(
sqrt(1/wf_ + 1/wa_)),
Macros for easy insertion into run-time selection tables.
virtual void write(Ostream &os, const unitConversions &units) const
Write the function coefficients.
APIdiffCoef(const word &name, const scalar a, const scalar b, const scalar wf, const scalar wa)
Construct from components.
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 any number of values (e....
A class for handling words, derived from string.
addScalarFunction2(APIdiffCoef)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
word name(const bool)
Return a word representation of a bool.
const HashTable< unitConversion > & units()
Get the table of unit conversions.
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
dimensionedScalar sqrt(const dimensionedScalar &ds)
dimensionedScalar cbrt(const dimensionedScalar &ds)
void assertNoConvertUnits(const word &typeName, const Function1s::unitConversions &units, const dictionary &dict)
Generate an error in an context where unit conversions are not supported.