109 virtual inline Type
value(
const scalar
x,
const scalar
y)
const;
Templated function of two variables that returns a constant value.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void write(Ostream &os) const
Write in dictionary format.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
virtual ~Constant()
Destructor.
const word const dictionary & dict
const word & name() const
Return the name of the entry.
virtual Type value(const scalar x, const scalar y) const
Return constant.
void operator=(const Constant< Type > &)=delete
Disallow default bitwise assignment.
A class for handling words, derived from string.
Constant(const word &name, const Type &val)
Construct from name and value.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual tmp< Function2< Type > > clone() const
Construct and return a clone.
A class for managing temporary objects.