- variableThe name of the variable that this damper operates on
C++ Type:NonlinearVariableName
Description:The name of the variable that this damper operates on
BoundingValueNodalDamper
The BoundingValueNodalDamper has not been documented, if you would like to contribute to MOOSE by writing documentation, please see Documenting MOOSE. The content contained on this page explains the typical documentation associated with a MooseObject; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.
!syntax description /Dampers/BoundingValueNodalDamper
Input Parameters
- 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
- 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_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.