- block_idSubdomain id to set for inside/outside the bounding box
C++ Type:unsigned short
Controllable:No
Description:Subdomain id to set for inside/outside the bounding box
- bottom_leftThe bottom left point (in x,y,z with spaces in-between).
C++ Type:libMesh::VectorValue<double>
Controllable:No
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
Controllable:No
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<BoundaryName>
Controllable:No
Description:Boundary id on specified block within the bounding box to select
- inputThe mesh we want to modify
C++ Type:MeshGeneratorName
Controllable:No
Description:The mesh we want to modify
- top_rightThe bottom left point (in x,y,z with spaces in-between).
C++ Type:libMesh::VectorValue<double>
Controllable:No
Description:The bottom left point (in x,y,z with spaces in-between).
SideSetsFromBoundingBoxGenerator
Defines new sidesets using currently-defined sideset IDs inside or outside of a bounding box.
Overview
This MeshGenerator
can be used in two ways:
To define a new sideset on multiple boundaries (default) - provide multiple boundary IDs, and all nodes existing on each provided boundary within the bounding box (or outside if
location = OUTSIDE
) will be assigned the new boundary ID.To define a new sideset only on overlapping boundaries (
boundary_id_overlap = True
) - provide multiple boundary IDs, and all nodes within the bounding box (or outside iflocation = OUTSIDE
) that are currently assigned to ALL of the listed boundary IDs will be assigned the new boundary ID.
Input Parameters
- boundary_id_overlapFalseSet to true if boundaries need to overlap on sideset to be detected.
Default:False
C++ Type:bool
Controllable:No
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
Controllable:No
Description:Control of where the subdomain id is to be set
- show_infoFalseWhether or not to show mesh info after generating the mesh (bounding box, element types, sidesets, nodesets, subdomains, etc)
Default:False
C++ Type:bool
Controllable:No
Description:Whether or not to show mesh info after generating the mesh (bounding box, element types, sidesets, nodesets, subdomains, etc)
Optional Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector<std::string>
Controllable:No
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Controllable:No
Description:Set the enabled status of the MooseObject.