# AddSideSetsFromBoundingBox

Find sidesets with given boundary ids in bounding box and add new boundary id. This can be done by finding all required boundary and adding the new boundary id to those sidesets. Alternatively, a number of boundary ids can be provided and all nodes within the bounding box that have all the required boundary ids will have a newboundary id added.

Input Parameters

  • top_rightThe bottom left point (in x,y,z with spaces in-between).

    C++ Type:libMesh::VectorValue

    Description:The bottom left point (in x,y,z with spaces in-between).

  • boundary_id_oldBoundary id on specified block within the bounding box to select

    C++ Type:std::vector

    Description:Boundary id on specified block within the bounding box to select

  • bottom_leftThe bottom left point (in x,y,z with spaces in-between).

    C++ Type:libMesh::VectorValue

    Description:The bottom left point (in x,y,z with spaces in-between).

  • block_idSubdomain id to set for inside/outside the bounding box

    C++ Type:unsigned short

    Description:Subdomain id to set for inside/outside the bounding box

  • boundary_id_newBoundary id on specified block within the bounding box to assign

    C++ Type:short

    Description:Boundary id on specified block within the bounding box to assign

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.

  • boundary_id_overlapFalseSet to true if boundaries need to overlap on sideset to be detected.

    Default:False

    C++ Type:bool

    Description:Set to true if boundaries need to overlap on sideset to be detected.

  • locationINSIDEControl of where the subdomain id is to be set

    Default:INSIDE

    C++ Type:MooseEnum

    Description:Control of where the subdomain id is to be set

  • 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)

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