Go to the documentation of this file.
39 #ifndef TimeFunction1_H
40 #define TimeFunction1_H
118 virtual Type
value(
const scalar
x)
const;
121 virtual Type
integrate(
const scalar x1,
const scalar x2)
const;
128 friend Ostream& operator<< <Type>
TimeFunction1(const Time &runTime, const word &name, const dictionary &dict)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
Light wrapper around Function1 to provide a mechanism to update time-based entries.
virtual Type integrate(const scalar x1, const scalar x2) const
virtual Type value(const scalar x) const
Ostream & operator<<(Ostream &, const boundaryPatch &p)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
virtual ~TimeFunction1()=default
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
void reset(const dictionary &dict)
const word & name() const
virtual void writeData(Ostream &os) const
autoPtr< Function1< Type > > entry_
An Ostream is an abstract base class for all output systems (streams, files, token lists,...