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.
static InputParameters validParams()
const Real & _max_value
The maximum permissible value of the variable.
virtual Real computeQpDamping() override
Compute the damping for the current node.
const InputParameters & parameters() const
Get the parameters of the object.
Base class for deriving nodal dampers.