- master_blockThe master set of blocks for which to draw a sideset between
C++ Type:std::vector
Description:The master set of blocks for which to draw a sideset between
- new_boundaryThe name of the boundary to create
C++ Type:std::vector
Description:The name of the boundary to create
- paired_blockThe paired set of blocks for which to draw a sideset between
C++ Type:std::vector
Description:The paired set of blocks for which to draw a sideset between
SideSetsBetweenSubdomains

The SideSetsBetweenSubdomains 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.
# SideSetsBetweenSubdomains
!syntax description /MeshModifiers/SideSetsBetweenSubdomains
## Overview
!! Replace these lines with information regarding the SideSetsBetweenSubdomains object.
## Example Input File Syntax
!! Describe and include an example of how to use the SideSetsBetweenSubdomains object.
!syntax parameters /MeshModifiers/SideSetsBetweenSubdomains
!syntax inputs /MeshModifiers/SideSetsBetweenSubdomains
!syntax children /MeshModifiers/SideSetsBetweenSubdomains
!syntax description /MeshModifiers/SideSetsBetweenSubdomains
Input Parameters
- 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.
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/modifier_depend_order/depend_with_force_prepare.i
- test/tests/mesh_modifiers/block_deleter/BlockDeleterTest10.i
- test/tests/mesh_modifiers/sidesets_between_subdomains/between_created_subdomain.i
- test/tests/mesh_modifiers/sidesets_between_subdomains/sidesets_between_vectors_of_subdomains.i
- test/tests/mesh_modifiers/mesh_side_set/test.i
- test/tests/mesh_modifiers/sidesets_between_subdomains/between.i
- test/tests/mesh_modifiers/break_boundary/break_bottom_interface_on_subdomain.i
- test/tests/mesh_modifiers/break_boundary/break_boundary_on_subdomain.i