- inputThe mesh we want to modify
C++ Type:MeshGeneratorName
Description:The mesh we want to modify
BoundaryDeletionGenerator
Mesh generator which removes side sets
Input Parameters
- new_boundaryThe new boundary ID(s)/name(s) to be given by the boundary elements defined in 'old_boundary'.
C++ Type:std::vector<BoundaryName>
Description:The new boundary ID(s)/name(s) to be given by the boundary elements defined in 'old_boundary'.
- old_boundaryElements with these boundary ID(s)/name(s) will be given the new boundary information specified in 'new_boundary'
C++ Type:std::vector<BoundaryName>
Description:Elements with these boundary ID(s)/name(s) will be given the new boundary information specified in 'new_boundary'
- 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
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>
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.