46 new Function1s::
Constant<scalar>(
"xScale", 1)
55 new Function1s::
Constant<scalar>(
"yScale", 1)
66 scale_(se.scale_, false),
67 xScale_(se.xScale_, false),
68 yScale_(se.yScale_, false),
69 value_(se.value_, false)
Run-time selectable general function of one variable.
Run-time selectable function of two variables.
Templated function of two variables that returns a constant value.
Function2 which scales a given 'value' function by a 'scale' scalar function and scales the 'x' and '...
Scale(const word &name, const unitSets &units, const dictionary &dict)
Construct from name and dictionary.
virtual void write(Ostream &os, const unitSets &units) const
Write data to dictionary stream.
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 keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
A class for handling words, derived from string.
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
tmp< DimensionedField< TypeR, GeoMesh, Field > > New(const tmp< DimensionedField< TypeR, GeoMesh, Field >> &tdf1, const word &name, const dimensionSet &dimensions)
void writeEntry(Ostream &os, const word &key, const DimensionedFieldFunction< DimensionedFieldType > &f)
unitSet y
Unit conversion for y-axis values.
unitSet x
Unit conversion for x-axis values.