BVShearTractionAction

buildconstruction:Undocumented Action Class

The BVShearTractionAction 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 an Action; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.

Set up shear traction boundary conditions.

Overview

Example Input File Syntax

Set up shear traction boundary conditions.

Input Parameters

  • boundaryThe list of boundary IDs from the mesh where the shear traction will be applied.

    C++ Type:std::vector<BoundaryName>

    Controllable:No

    Description:The list of boundary IDs from the mesh where the shear traction will be applied.

  • displacement_varsThe displacements appropriate for the simulation geometry and coordinate system

    C++ Type:std::vector<NonlinearVariableName>

    Controllable:No

    Description:The displacements appropriate for the simulation geometry and coordinate system

Required Parameters

  • active__all__ If specified only the blocks named will be visited and made active

    Default:__all__

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:If specified only the blocks named will be visited and made active

  • functionFunction giving the shear traction applied.

    C++ Type:FunctionName

    Controllable:No

    Description:Function giving the shear traction applied.

  • inactiveIf specified blocks matching these identifiers will be skipped.

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:If specified blocks matching these identifiers will be skipped.

  • value1Value of the shear traction applied.

    Default:1

    C++ Type:double

    Controllable:No

    Description:Value of the shear traction applied.

Optional Parameters

  • control_tagsAdds user-defined labels for accessing object parameters via control logic.

    C++ Type:std::vector<std::string>

    Controllable:No

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

Advanced Parameters