AddNodalNormalsAction

under construction:Undocumented Class

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

!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

    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

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

  • corner_boundaryboundary ID or name with nodes at 'corners'

    C++ Type:BoundaryName

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

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

    Default:FIRST

    C++ Type:MooseEnum

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

  • inactiveIf specified blocks matching these identifiers will be skipped.

    C++ Type:std::vector

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

Optional Parameters

References