39 #ifndef quarterSineRamp_H 40 #define quarterSineRamp_H 48 namespace Function1Types
88 virtual inline scalar
value(
const scalar t)
const;
TypeName("quarterSineRamp")
Quarter-sine ramp function starting from 0 and increasing to 1 from start over the duration and remai...
const word const dictionary & dict
virtual ~quarterSineRamp()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Ramp function base class for the set of scalar functions starting from 0 and increasing monotonically...
A class for handling words, derived from string.
virtual scalar value(const scalar t) const
Return value for time t.
quarterSineRamp(const word &entryName, const dictionary &dict)
Construct from entry name and dictionary.