SubdomainBoundingBox

This MeshModifier takes a user specified axis aligned box specified in terms of extreme coordinates (lower left and upper right), and changes all element subdomain IDs either inside or outside the box to the specified ID.

Changes the subdomain ID of elements either (XOR) inside or outside the specified box to the specified ID.

Input Parameters

  • top_rightThe bottom left point (in x,y,z with spaces in-between).

    C++ Type:libMesh::VectorValue

    Description:The bottom left point (in x,y,z with spaces in-between).

  • bottom_leftThe bottom left point (in x,y,z with spaces in-between).

    C++ Type:libMesh::VectorValue

    Description:The bottom left point (in x,y,z with spaces in-between).

  • 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

Required Parameters

  • force_prepareFalseNormally all MeshModifiers run before the mesh is prepared for use. This flag can be set on an individual modifier to force preperation 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 preperation between modifiers where they might be needed.

  • block_nameSubdomain name to set for inside/outside the bounding box (optional)

    C++ Type:SubdomainName

    Description:Subdomain name to set for inside/outside the bounding box (optional)

  • 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

  • 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)

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