36 #ifndef TimeFunction1_H 37 #define TimeFunction1_H 53 const TimeFunction1<Type>&
115 virtual Type
value(
const scalar
x)
const;
118 virtual Type
integral(
const scalar x1,
const scalar x2)
const;
124 friend Ostream& operator<< <Type>
131 virtual void write(Ostream& os)
const;
A list of keyword definitions, which are a keyword followed by any number of values (e...
TimeFunction1(const Time &time, const word &name, const dictionary &dict)
Construct from time, name and dictionary.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual ~TimeFunction1()
Destructor.
A class for handling words, derived from string.
Light wrapper around Function1 to provide a mechanism to update time-based entries.
void reset(const dictionary &dict)
Reset entry by re-reading from dictionary.
autoPtr< Function1< Type > > function_
The function.
virtual Type value(const scalar x) const
Return value as a function of scalar x.
virtual Type integral(const scalar x1, const scalar x2) const
Integrate between two scalars.
virtual void write(Ostream &os) const
Write in dictionary format.
word name(const complex &)
Return a string representation of a complex.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
const word name_
Name of the data entry.
const Time & time_
Reference to the time database.