Go to the documentation of this file.
41 #ifndef Function1Types_stepFunction_H
42 #define Function1Types_stepFunction_H
50 namespace Function1Types
85 virtual inline scalar
value(
const scalar
x)
const;
A class for handling words, derived from Foam::string.
Ramp function base class for the set of scalar functions starting from 0 and increasing monotonically...
const word const dictionary & dict
Registry of regIOobjects.
const word const dictionary const objectRegistry * obrPtr
virtual scalar value(const scalar x) const
A step function that is 0 before start changing to 1 for the duration and returning to 0 thereafter.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
stepFunction(const word &entryName, const dictionary &dict, const objectRegistry *obrPtr=nullptr)
virtual ~stepFunction()=default