SideSetsFromPoints

This MeshModifier adds a new sideset to the mesh starting at a specific point (on an element surface) and including all element faces with the same normal. This is similar to the SideSetFromNormals MeshModifier but may be easier to use if the user knows the external coordinates of the mesh without knowing the normal vectors.

Adds a new sideset starting at the specified point containing all connected element faces with the same normal.

Input Parameters

  • new_boundaryThe name of the boundary to create

    C++ Type:std::vector

    Description:The name of the boundary to create

  • pointsA list of points from which to start painting sidesets

    C++ Type:std::vector

    Description:A list of points from which to start painting sidesets

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)

  • fixed_normalFalseThis Boolean determines whether we fix our normal or allow it to vary to "paint" around curves

    Default:False

    C++ Type:bool

    Description:This Boolean determines whether we fix our normal or allow it to vary to "paint" around curves

  • variance0.1The variance [0.0 - 1.0] allowed when comparing normals

    Default:0.1

    C++ Type:double

    Description:The variance [0.0 - 1.0] allowed when comparing normals

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