43 #ifndef exponentialSqrRamp_H
44 #define exponentialSqrRamp_H
61 public Ramp<exponentialSqrRamp>
88 virtual inline scalar
value(
const scalar t)
const;
const word & name() const
Return the name of the entry.
Ramp function base class for the set of scalar functions starting from 0 and increasing monotonically...
Exponential square ramp function starting from 0 and increasing to 1 from start over the duration and...
TypeName("exponentialSqrRamp")
void operator=(const exponentialSqrRamp &)=delete
Disallow default bitwise assignment.
virtual scalar value(const scalar t) const
Return value for time t.
virtual scalar integral(const scalar t1, const scalar t2) const
Return the integral between times t1 and t2.
virtual ~exponentialSqrRamp()
Destructor.
exponentialSqrRamp(const word &name, const unitConversions &units, const dictionary &dict)
Construct from name and dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e....
A class for handling words, derived from string.
const HashTable< unitConversion > & units()
Get the table of unit conversions.