- variableThe name of the variable that this damper operates on
C++ Type:NonlinearVariableName
Description:The name of the variable that this damper operates on
BoundingValueElementDamper

The BoundingValueElementDamper has not been documented. The content listed below should be used as a starting point for documenting the class, which includes the typical automatic documentation associated with a MooseObject; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.
# BoundingValueElementDamper
!syntax description /Dampers/BoundingValueElementDamper
## Overview
!! Replace these lines with information regarding the BoundingValueElementDamper object.
## Example Input File Syntax
!! Describe and include an example of how to use the BoundingValueElementDamper object.
!syntax parameters /Dampers/BoundingValueElementDamper
!syntax inputs /Dampers/BoundingValueElementDamper
!syntax children /Dampers/BoundingValueElementDamper
!syntax description /Dampers/BoundingValueElementDamper
Input Parameters
- max_value1.79769e+308The maximum permissible iterative value for the variable.
Default:1.79769e+308
C++ Type:double
Description:The maximum permissible iterative value for the variable.
- min_damping0Minimum value of computed damping. Damping lower than this will result in an exception being thrown and cutting the time step
Default:0
C++ Type:double
Description:Minimum value of computed damping. Damping lower than this will result in an exception being thrown and cutting the time step
- min_value-1.79769e+308The minimum permissible iterative value for the variable.
Default:-1.79769e+308
C++ Type:double
Description:The minimum permissible iterative value for the variable.
Optional Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Description:Set the enabled status of the MooseObject.
Advanced Parameters
Input Files
- test/tests/dampers/bounding_value_element_damper/bounding_value_max_test.i
- test/tests/dampers/interactions/interacting_node_elem_dampers.i
- test/tests/dampers/min_damping/min_elem_damping.i