BoundingValueNodalDamper

under construction:Undocumented Class

The BoundingValueNodalDamper 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.


# BoundingValueNodalDamper

!syntax description /Dampers/BoundingValueNodalDamper

## Overview

!! Replace these lines with information regarding the BoundingValueNodalDamper object.

## Example Input File Syntax

!! Describe and include an example of how to use the BoundingValueNodalDamper object.

!syntax parameters /Dampers/BoundingValueNodalDamper

!syntax inputs /Dampers/BoundingValueNodalDamper

!syntax children /Dampers/BoundingValueNodalDamper

!syntax description /Dampers/BoundingValueNodalDamper

Input Parameters

  • variableThe name of the variable that this damper operates on

    C++ Type:NonlinearVariableName

    Options:

    Description:The name of the variable that this damper operates on

Required Parameters

  • max_value1.79769e+308The maximum permissible iterative value for the variable.

    Default:1.79769e+308

    C++ Type:double

    Options:

    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

    Options:

    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

    Options:

    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

    Options:

    Description:Adds user-defined labels for accessing object parameters via control logic.

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Options:

    Description:Set the enabled status of the MooseObject.

Advanced Parameters

Input Files