40 scale_(scale.
clone().ptr()),
41 xScale_(xScale.
clone().ptr()),
42 value_(value.
clone().ptr()),
43 integrableScale_(xScale_->constant() && scale_->constant()),
44 integrableValue_(xScale_->constant() && value_->constant())
65 integrableScale_(xScale_->constant() && scale_->constant()),
66 integrableValue_(xScale_->constant() && value_->constant())
74 scale_(se.scale_, false),
75 xScale_(se.xScale_, false),
76 value_(se.value_, false),
77 integrableScale_(se.integrableScale_),
78 integrableValue_(se.integrableValue_)
Templated function that returns a constant value.
Function1 which scales a given 'value' function by a 'scale' scalar function and scales the 'x' argum...
virtual void write(Ostream &os, const unitConversions &units) const
Write data to dictionary stream.
virtual ~Scale()
Destructor.
Scale(const word &name, const Function1< scalar > &scale, const Function1< scalar > &xScale, const Function1< Type > &value)
Construct from name and functions.
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.
void writeEntry(Ostream &os, const omega &a)
word name(const bool)
Return a word representation of a bool.
const HashTable< unitConversion > & units()
Get the table of unit conversions.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
const unitConversion unitless