127 virtual Type
value(
const scalar
x)
const;
130 virtual Type
integral(
const scalar x1,
const scalar x2)
const;
const word & name() const
Return the name of the entry.
Arbitrary order polynomial Function1.
TypeName("polynomial")
Runtime type information.
void operator=(const Polynomial< Type > &)=delete
Disallow default bitwise assignment.
virtual Type integral(const scalar x1, const scalar x2) const
Integrate between two scalar fields.
Polynomial(const word &name, const unitConversions &units, const dictionary &dict)
Construct from name and dictionary.
virtual void write(Ostream &os, const unitConversions &units) const
Write in dictionary format.
virtual ~Polynomial()
Destructor.
virtual Type value(const scalar x) const
Return Polynomial value as a function of scalar x.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by any number of values (e....
A class for handling words, derived from string.
const HashTable< unitConversion > & units()
Get the table of unit conversions.