102 public Ramp<linearRamp>
128 virtual inline scalar
value(
const scalar t)
const;
virtual scalar integral(const scalar t1, const scalar t2) const
Return the integral between times t1 and t2.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const word & name() const
Return the name of the entry.
Linear ramp function starting from 0 and increasing linearRamply to 1 from start over the duration an...
void operator=(const linearRamp &)=delete
Disallow default bitwise assignment.
virtual scalar value(const scalar t) const
Return value for time t.
A class for handling words, derived from string.
linearRamp(const word &name, const dictionary &dict)
Construct from name and dictionary.
virtual ~linearRamp()
Destructor.