37 : autoPtr<Function1<scalar>>
39 new Function1s::Constant<scalar>(
"xScale", 1)
44 : autoPtr<Function1<scalar>>
46 new Function1s::Constant<scalar>(
"yScale", 1)
71 scale_(se.scale_, false),
72 xScale_(se.xScale_, false),
73 yScale_(se.yScale_, false),
74 value_(se.value_, false)
virtual ~Scale()
Destructor.
Scale(const word &name, const dictionary &dict)
Construct from name and dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e...
autoPtr< BasicCompressibleMomentumTransportModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleMomentumTransportModel::transportModel &transport)
A class for handling words, derived from string.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
word name(const complex &)
Return a string representation of a complex.
Function2 which scales a given 'value' function by a 'scale' scalar function and scales the 'x' and '...
virtual void write(Ostream &os) const
Write data to dictionary stream.