Go to the documentation of this file.
37 #ifndef adaptiveLinear_H
38 #define adaptiveLinear_H
virtual scalar relaxation()
Return the current relaxation coefficient.
adaptiveLinear(const dictionary &relaxationDict, const Time &runTime)
Construct from components.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
scalar relaxationStart_
Relaxation coefficient at the start of the iteration sequence.
virtual ~adaptiveLinear()
Destructor.
scalar lastTimeValue_
Store the time when the last request was made for relaxation,.
Produces a linear ramp which adapts its gradient to changes in endTime and deltaT to always arrive at...
scalar relaxationEnd_
Relaxation coefficient at the end of the iteration sequence.
scalar relaxation_
Current relaxation value.
A list of keyword definitions, which are a keyword followed by any number of values (e....
TypeName("adaptiveLinear")
Runtime type information.
Abstract base class for providing relaxation values to the cell motion controller.