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