108 virtual Type
value(
const scalar
x)
const;
111 virtual Type
integral(
const scalar x1,
const scalar x2)
const;
Arbitrary order polynomial Function1.
void operator=(const Polynomial< Type > &)=delete
Disallow default bitwise assignment.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A 2-tuple for storing two objects of different types.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
const word & name() const
Return the name of the entry.
Polynomial(const word &name, const dictionary &dict)
Construct from name and dictionary.
virtual ~Polynomial()
Destructor.
virtual Type integral(const scalar x1, const scalar x2) const
Integrate between two scalar fields.
A class for handling words, derived from string.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual void write(Ostream &os) const
Write in dictionary format.
TypeName("polynomial")
Runtime type information.
virtual Type value(const scalar x) const
Return Polynomial value as a function of scalar x.