- block_idSubdomain id to set for inside/outside the bounding box
C++ Type:unsigned short
Description:Subdomain id to set for inside/outside the bounding box
- centerThe center (many people spell this 'center') of the box.
C++ Type:libMesh::Point
Description:The center (many people spell this 'center') of the box.
- heightThe height of the box
C++ Type:double
Description:The height of the box
- lengthThe length of the box
C++ Type:double
Description:The length of the box
- length_directionThe direction along which the length is oriented (must be perpendicular to width_direction).
C++ Type:libMesh::VectorValue
Description:The direction along which the length is oriented (must be perpendicular to width_direction).
- widthThe width of the box
C++ Type:double
Description:The width of the box
- width_directionThe direction along which the width is oriented.
C++ Type:libMesh::VectorValue
Description:The direction along which the width is oriented.
OrientedSubdomainBoundingBox

The OrientedSubdomainBoundingBox 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.
# OrientedSubdomainBoundingBox
!syntax description /MeshModifiers/OrientedSubdomainBoundingBox
## Overview
!! Replace these lines with information regarding the OrientedSubdomainBoundingBox object.
## Example Input File Syntax
!! Describe and include an example of how to use the OrientedSubdomainBoundingBox object.
!syntax parameters /MeshModifiers/OrientedSubdomainBoundingBox
!syntax inputs /MeshModifiers/OrientedSubdomainBoundingBox
!syntax children /MeshModifiers/OrientedSubdomainBoundingBox
!syntax description /MeshModifiers/OrientedSubdomainBoundingBox
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.
- locationINSIDEControl of where the subdomain id is to be set
Default:INSIDE
C++ Type:MooseEnum
Description:Control of where the subdomain id is to be set
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/subdomain_bounding_box/oriented_subdomain_bounding_box_outside.i
- test/tests/mesh_modifiers/subdomain_bounding_box/oriented_subdomain_bounding_box.i
- test/tests/mesh_modifiers/subdomain_bounding_box/oriented_subdomain_bounding_box_inside.i
- test/tests/mesh_modifiers/block_deleter/BlockDeleterTest11.i