92 public FieldFunction1<Type, Sine<Type>>
97 autoPtr<Function1<Type>> amplitude_;
106 autoPtr<Function1<Type>> level_;
115 void read(
const dictionary&
dict);
144 virtual inline Type
value(
const scalar
x)
const;
147 virtual inline Type
integral(
const scalar x1,
const scalar x2)
const;
virtual Type integral(const scalar x1, const scalar x2) const
Integrate between two values.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const word & name() const
Return the name of the entry.
virtual ~Sine()
Destructor.
Sine(const word &name, const dictionary &dict)
Construct from name and dictionary.
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 write(Ostream &os) const
Write data to dictionary stream.
void operator=(const Sine< Type > &)=delete
Disallow default bitwise assignment.