- blockThe blocks around which to create sidesets
C++ Type:std::vector
Description:The blocks around which to create sidesets
- new_boundaryThe list of boundary IDs to create on the supplied subdomain
C++ Type:std::vector
Description:The list of boundary IDs to create on the supplied subdomain
SideSetsAroundSubdomain

The SideSetsAroundSubdomain 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.
# SideSetsAroundSubdomain
!syntax description /MeshModifiers/SideSetsAroundSubdomain
## Overview
!! Replace these lines with information regarding the SideSetsAroundSubdomain object.
## Example Input File Syntax
!! Describe and include an example of how to use the SideSetsAroundSubdomain object.
!syntax parameters /MeshModifiers/SideSetsAroundSubdomain
!syntax inputs /MeshModifiers/SideSetsAroundSubdomain
!syntax children /MeshModifiers/SideSetsAroundSubdomain
Adds element faces that are on the exterior of the given block to the sidesets specified
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)
- fixed_normalFalseThis Boolean determines whether we fix our normal or allow it to vary to "paint" around curves
Default:False
C++ Type:bool
Description:This Boolean determines whether we fix our normal or allow it to vary to "paint" around curves
- 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.
- normalIf supplied, only faces with normal equal to this, up to normal_tol, will be added to the sidesets specified
C++ Type:libMesh::Point
Description:If supplied, only faces with normal equal to this, up to normal_tol, will be added to the sidesets specified
- normal_tol0.1If normal is supplied then faces are only added if face_normal.normal_hat >= 1 - normal_tol, where normal_hat = normal/|normal|
Default:0.1
C++ Type:double
Description:If normal is supplied then faces are only added if face_normal.normal_hat >= 1 - normal_tol, where normal_hat = normal/|normal|
- variance0.1The variance [0.0 - 1.0] allowed when comparing normals
Default:0.1
C++ Type:double
Description:The variance [0.0 - 1.0] allowed when comparing normals
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/sidesets_around_subdomain/around_normals.i
- test/tests/mesh_modifiers/sidesets_around_subdomain/around_created_subdomain.i
- test/tests/mesh_modifiers/sidesets_around_subdomain/around_multi_created_subdomain.i
- test/tests/mesh_modifiers/sidesets_around_subdomain/around.i