- 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).
- 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
- 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
- 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).
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
- 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.
- 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)
- force_prepareFalseNormally all MeshModifiers run before the mesh is prepared for use. This flag can be set on an individual modifier to force preparation 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 preparation between modifiers where they might be needed.
- 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
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
Input Files
- test/tests/mesh_modifiers/add_side_sets_from_bounding_box/add_side_sets_from_bounding_box.i
- test/tests/mesh_modifiers/add_side_sets_from_bounding_box/multiple_boundary_ids_3d.i
- test/tests/mesh_modifiers/add_side_sets_from_bounding_box/overlapping_sidesets_not_found.i
- test/tests/mesh_modifiers/add_side_sets_from_bounding_box/multiple_boundary_ids.i
- test/tests/mesh_modifiers/add_side_sets_from_bounding_box/error_no_side_sets_found.i
- test/tests/mesh_modifiers/add_side_sets_from_bounding_box/overlapping_sidesets.i
- test/tests/mesh_modifiers/add_side_sets_from_bounding_box/error_no_elements_in_bounding_box.i
- test/tests/mesh_modifiers/add_side_sets_from_bounding_box/error_boundary_number.i
- test/tests/mesh_modifiers/add_side_sets_from_bounding_box/error_no_nodes_found.i