37 #ifndef adaptiveLinear_H 38 #define adaptiveLinear_H 61 scalar relaxationStart_;
64 scalar relaxationEnd_;
69 scalar lastTimeValue_;
A list of keyword definitions, which are a keyword followed by any number of values (e...
Produces a linear ramp which adapts its gradient to changes in endTime and deltaT to always arrive at...
adaptiveLinear(const dictionary &relaxationDict, const Time &runTime)
Construct from components.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
TypeName("adaptiveLinear")
Runtime type information.
virtual ~adaptiveLinear()
Destructor.
virtual scalar relaxation()
Return the current relaxation coefficient.
Abstract base class for providing relaxation values to the cell motion controller.