67 #ifndef CodedFunction1_H
68 #define CodedFunction1_H
105 virtual wordList codeDictVars()
const;
111 virtual void clearRedirect()
const;
147 virtual inline Type
value(
const scalar
x)
const;
153 virtual Type
integral(
const scalar x1,
const scalar x2)
const;
Run-time selectable general function of one variable.
const word & name() const
Return the name of the entry.
Constructs a dynamically compiled Function1.
virtual Type integral(const scalar x1, const scalar x2) const
Integrate between two scalars.
virtual void write(Ostream &os, const unitConversions &units) const
Write data to dictionary stream.
virtual ~Coded()
Destructor.
virtual Type value(const scalar x) const
Return value as a function of a scalar.
virtual tmp< Function1< Type > > clone() const
Construct and return a clone.
void operator=(const Coded< Type > &)=delete
Disallow default bitwise assignment.
Coded(const word &name, const Function1s::unitConversions &units, const dictionary &dict)
Construct from name and dictionary.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Base class for function objects and boundary conditions using dynamic code.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Encapsulation of dynamic code dictionaries.
Tools for handling dynamic code compilation.
A class for managing temporary objects.
A class for handling words, derived from string.
const HashTable< unitConversion > & units()
Get the table of unit conversions.