TimeDataEntry(const Time &t, const word &name, const dictionary &dict)
Construct from entry name.
void reset(const dictionary &dict)
Reset entry by re-reading from dictionary.
const Time & time_
Reference to the time database.
virtual void writeData(Ostream &os) const
Write in dictionary format.
virtual Type value(const scalar x) const
Return value as a function of (scalar) independent variable.
virtual Type integrate(const scalar x1, const scalar x2) const
Integrate between two (scalar) values.
Light wrapper around DataEntry to provide a mechanism to update time-based entries.
autoPtr< DataEntry< Type > > entry_
The underlying DataEntry.
const word & name() const
Return the name of the entry.
Top level data entry class for use in dictionaries. Provides a mechanism to specify a variable as a c...