105 virtual inline Type
value(
const scalar
x,
const scalar
y)
const;
const word & name() const
Return the name of the entry.
Function2 which scales a given 'value' function by a 'scale' scalar function and scales the 'x' and '...
Scale(const word &name, const unitConversions &units, const dictionary &dict)
Construct from name and dictionary.
virtual void write(Ostream &os, const unitConversions &units) const
Write data to dictionary stream.
void operator=(const Scale< Type > &)=delete
Disallow default bitwise assignment.
virtual Type value(const scalar x, const scalar y) const
Return value.
virtual ~Scale()
Destructor.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
A class for handling words, derived from string.
const HashTable< unitConversion > & units()
Get the table of unit conversions.