92 public FieldFunction1<Type, Sine<Type>>
97 autoPtr<Function1<Type>> amplitude_;
106 autoPtr<Function1<Type>> level_;
144 virtual inline Type
value(
const scalar
x)
const;
147 virtual inline Type
integrate(
const scalar x1,
const scalar x2)
const;
const word const dictionary & dict
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~Sine()
Destructor.
Sine(const word &entryName, const dictionary &dict)
Construct from entry name and dictionary.
virtual Type integrate(const scalar x1, const scalar x2) const
Integrate between two values.
Templated sine function with support for an offset level.
virtual Type value(const scalar x) const
Return value.
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 writeData(Ostream &os) const
Write in dictionary format.
void operator=(const Sine< Type > &)=delete
Disallow default bitwise assignment.