Go to the documentation of this file.
42 #ifndef Function1Types_quarterCosineRamp_H
43 #define Function1Types_quarterCosineRamp_H
51 namespace Function1Types
86 virtual inline scalar
value(
const scalar t)
const;
virtual ~quarterCosineRamp()=default
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
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
quarterCosineRamp(const word &entryName, const dictionary &dict, const objectRegistry *obrPtr=nullptr)
virtual scalar value(const scalar t) const
Quarter-cosine ramp function starting from 0 and increasing to 1 from start over the duration and rem...
TypeName("quarterCosineRamp")