- cut_dataVector of Real values providing cut information
C++ Type:std::vector<double>
Description:Vector of Real values providing cut information
RectangleCutUserObject
Creates a UserObject for planar cuts on 3D meshes for XFEM
Overview
The RectangleCutUserObject
defines the boundary of a rectangular cut for XFEM to make on a 3 dimensional mesh. The cut_data parameter is a vector of length twelve that defines the x, y , and z Real values of the four vertices that form the rectangular cut. The object calculates the midpoint of the rectangular cut and normal, and includes logic to determine if a given point is located within the cut plane.
Example Input Syntax
[UserObjects]
[./square_cut_uo]
type = RectangleCutUserObject
cut_data = ' -0.001 0.5 -0.001
0.401 0.5 -0.001
0.401 0.5 0.201
-0.001 0.5 0.201'
[../]
[]
(modules/xfem/test/tests/solid_mechanics_basic/edge_crack_3d.i)Input Parameters
- blockThe list of block ids (SubdomainID) that this object will be applied
C++ Type:std::vector<SubdomainName>
Description:The list of block ids (SubdomainID) that this object will be applied
- execute_onXFEM_MARKThe list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM, XFEM_MARK.
Default:XFEM_MARK
C++ Type:ExecFlagEnum
Description:The list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM, XFEM_MARK.
- heal_alwaysFalseHeal previous cuts at every time step
Default:False
C++ Type:bool
Description:Heal previous cuts at every time step
Optional Parameters
- allow_duplicate_execution_on_initialFalseIn the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
Default:False
C++ Type:bool
Description:In the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector<std::string>
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.
- implicitTrueDetermines whether this object is calculated using an implicit or explicit form
Default:True
C++ Type:bool
Description:Determines whether this object is calculated using an implicit or explicit form
- seed0The seed for the master random number generator
Default:0
C++ Type:unsigned int
Description:The seed for the master random number generator
- use_displaced_meshFalseWhether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Default:False
C++ Type:bool
Description:Whether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Advanced Parameters
Input Files
- (modules/xfem/test/tests/single_var_constraint_3d/stationary_jump_3d.i)
- (modules/xfem/test/tests/second_order_elements/diffusion_3d_tet10.i)
- (modules/xfem/test/tests/pressure_bc/edge_3d_pressure.i)
- (modules/xfem/test/tests/single_var_constraint_3d/stationary_jump_fluxjump_3d.i)
- (modules/xfem/test/tests/second_order_elements/diffusion_3d_hex20.i)
- (modules/xfem/test/tests/single_var_constraint_3d/stationary_fluxjump_3d.i)
- (modules/xfem/test/tests/second_order_elements/diffusion_3d_hex27.i)
- (modules/xfem/test/tests/side_integral/side_integral_3d.i)
- (modules/xfem/test/tests/solid_mechanics_basic/edge_crack_3d.i)
- (modules/xfem/test/tests/single_var_constraint_3d/stationary_equal_3d.i)