84 public Ramp<reverseRamp>
116 virtual inline scalar
value(
const scalar t)
const;
const word const dictionary & dict
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~reverseRamp()
Destructor.
virtual void writeData(Ostream &os) const
Write in dictionary format.
A class for handling words, derived from string.
virtual scalar value(const scalar t) const
Return value for time t.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual scalar integrate(const scalar t1, const scalar t2) const
Return the integral between times t1 and t2.
void operator=(const reverseRamp &)=delete
Disallow default bitwise assignment.
reverseRamp(const word &entryName, const dictionary &dict)
Construct from entry name and dictionary.
A wrapper class to reverse any ramp function such that the result starts from 1 decreasing to 0 from ...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Ramp function base class for the set of scalar functions starting from 0 and increasing monotonically...