- boundariesBoundaries to be broken. Default means to break all boundaries
C++ Type:std::vector
Description:Boundaries to be broken. Default means to break all boundaries
- 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.
BreakBoundaryOnSubdomain

The BreakBoundaryOnSubdomain has not been documented. The content listed below should be used as a starting point for documenting the class, which includes the typical automatic documentation associated with a MooseObject; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.
# BreakBoundaryOnSubdomain
!syntax description /MeshModifiers/BreakBoundaryOnSubdomain
## Overview
!! Replace these lines with information regarding the BreakBoundaryOnSubdomain object.
## Example Input File Syntax
!! Describe and include an example of how to use the BreakBoundaryOnSubdomain object.
!syntax parameters /MeshModifiers/BreakBoundaryOnSubdomain
!syntax inputs /MeshModifiers/BreakBoundaryOnSubdomain
!syntax children /MeshModifiers/BreakBoundaryOnSubdomain
Break boundaries based on the subdomains to which their sides are attached. Naming convention for the new boundaries will be the old boundary name plus "_to_" plus the subdomain name
Input 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/break_boundary/break_boundary_on_subdomain.i
- test/tests/mesh_modifiers/break_boundary/break_bottom_interface_on_subdomain.i