This class implements a damper that limits the value of a variable to be within user-specified bounds...
const Real & _min_value
The minimum permissible value of the variable.
const Real & _max_value
The maximum permissible value of the variable.
virtual Real computeQpDamping() override
Compute the damping for the current qp.
static InputParameters validParams()
Base class for deriving element dampers.
const InputParameters & parameters() const
Get the parameters of the object.