49 namespace Function1Types
90 virtual inline Type
value(
const scalar)
const;
93 virtual inline Type
integrate(
const scalar x1,
const scalar x2)
const;
Top level data entry class for use in dictionaries. Provides a mechanism to specify a variable as a c...
virtual tmp< Function1< Type > > clone() const
Construct and return a clone.
const word const dictionary & dict
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual Type value(const scalar) const
Return constant value.
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 integrate(const scalar x1, const scalar x2) const
Integrate between two values.
virtual ~OneConstant()
Destructor.
A class for managing temporary objects.
virtual void writeData(Ostream &os) const
Write in dictionary format.
OneConstant(const word &entryName)
Construct from entry name.