AddExtraNodeset

under construction:Undocumented Class

The AddExtraNodeset 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 /MeshModifiers/AddExtraNodeset

Input Parameters

  • new_boundaryThe name of the boundary to create

    C++ Type:std::vector

    Description:The name of the boundary to create

Required Parameters

  • force_prepareFalseNormally all MeshModifiers run before the mesh is prepared for use. This flag can be set on an individual modifier to force preperation between modifiers where they might be needed.

    Default:False

    C++ Type:bool

    Description:Normally all MeshModifiers run before the mesh is prepared for use. This flag can be set on an individual modifier to force preperation between modifiers where they might be needed.

  • depends_onThe MeshModifiers that this modifier relies upon (i.e. must execute before this one)

    C++ Type:std::vector

    Description:The MeshModifiers that this modifier relies upon (i.e. must execute before this one)

  • nodesThe nodes you want to be in the nodeset (Either this parameter or "coord" must be supplied).

    C++ Type:std::vector

    Description:The nodes you want to be in the nodeset (Either this parameter or "coord" must be supplied).

  • tolerance1e-06The tolerance in which two nodes are considered identical

    Default:1e-06

    C++ Type:double

    Description:The tolerance in which two nodes are considered identical

  • coordThe nodes with coordinates you want to be in the nodeset (Either this parameter or "nodes" must be supplied).

    C++ Type:std::vector

    Description:The nodes with coordinates you want to be in the nodeset (Either this parameter or "nodes" must be supplied).

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.

Advanced Parameters

References