138 public FieldFunction1<Type, Scale<Type>>
143 autoPtr<Function1<scalar>> scale_;
146 autoPtr<Function1<scalar>> xScale_;
149 autoPtr<Function1<Type>> value_;
152 bool integrableScale_;
155 bool integrableValue_;
193 virtual inline Type
value(
const scalar
x)
const;
196 virtual inline Type
integrate(
const scalar x1,
const scalar x2)
const;
const word const dictionary & dict
virtual ~Scale()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual Type integrate(const scalar x1, const scalar x2) const
Integrate between two values.
Function1 which scales a given 'value' function by a 'scale' scalar function and scales the 'x' argum...
A class for handling words, derived from string.
Scale(const word &entryName, const dictionary &dict)
Construct from entry name and dictionary.
virtual Type value(const scalar x) const
Return value.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual void writeData(Ostream &os) const
Write in dictionary format.
void operator=(const Scale< Type > &)=delete
Disallow default bitwise assignment.