AddNodalNormalsAction

under construction:Undocumented Action Class

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


# AddNodalNormalsAction

!syntax description /NodalNormals/AddNodalNormalsAction

## Overview

!! Replace these lines with information regarding the AddNodalNormalsAction action.

## Example Input File Syntax

!! Describe and include an example of how to use the AddNodalNormalsAction action.

!syntax parameters /NodalNormals/AddNodalNormalsAction

!syntax description /NodalNormals/AddNodalNormalsAction

Input Parameters

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

    Default:__all__

    C++ Type:std::vector

    Options:

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

  • boundaryANY_BOUNDARY_ID The boundary ID or name where the normals will be computed

    Default:ANY_BOUNDARY_ID

    C++ Type:std::vector

    Options:

    Description:The boundary ID or name where the normals will be computed

  • corner_boundaryboundary ID or name with nodes at 'corners'

    C++ Type:BoundaryName

    Options:

    Description:boundary ID or name with nodes at 'corners'

  • inactiveIf specified blocks matching these identifiers will be skipped.

    C++ Type:std::vector

    Options:

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

  • orderFIRSTSpecifies the order of variables that hold the nodal normals. Needs to match the order of the mesh

    Default:FIRST

    C++ Type:MooseEnum

    Options:FIRST SECOND

    Description:Specifies the order of variables that hold the nodal normals. Needs to match the order of the mesh