84 virtual inline Type
value(
const scalar)
const;
87 virtual inline Type
integral(
const scalar x1,
const scalar x2)
const;
virtual Type integral(const scalar x1, const scalar x2) const
Integrate between two values.
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.
const word & name() const
Return the name of the entry.
virtual ~OneConstant()
Destructor.
void operator=(const OneConstant< Type > &)=delete
Disallow default bitwise assignment.
Templated function that returns the corresponding 1 (one).
A class for handling words, derived from string.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual Type value(const scalar) const
Return constant value.
OneConstant(const word &name)
Construct from name.