- cut_dataVector of Real values providing cut information
C++ Type:std::vector
Description:Vector of Real values providing cut information
- interface_velocityThe name of userobject that computes the velocity.
C++ Type:UserObjectName
Description:The name of userobject that computes the velocity.
MovingLineSegmentCutSetUserObject
Creates a UserObject for a moving line segment cut on 2D meshes for XFEM
Description
The MovingLineSegmentCutSetUserObject
is used to cut the mesh with a set of line segments. The points on those line segments move at a velocity that is given by XFEMPhaseTransitionMovingInterfaceVelocity
.
Example Input File Syntax
[./moving_line_segments]
type = MovingLineSegmentCutSetUserObject
cut_data = '0.5 0 0.5 1.0 0 0'
heal_always = true
interface_velocity = velocity
[../]
(modules/xfem/test/tests/moving_interface/phase_transition.i)Input Parameters
- blockThe list of block ids (SubdomainID) that this object will be applied
C++ Type:std::vector
Description:The list of block ids (SubdomainID) that this object will be applied
- cut_scaleX,Y scale factors for geometric cuts
C++ Type:std::vector
Description:X,Y scale factors for geometric cuts
- cut_translateX,Y translations for geometric cuts
C++ Type:std::vector
Description:X,Y translations for geometric cuts
- heal_alwaysFalseHeal previous cuts at every time step
Default:False
C++ Type:bool
Description:Heal previous cuts at every time step
- time_end_cut0End time of geometric cut propagation
Default:0
C++ Type:double
Description:End time of geometric cut propagation
- time_start_cut0Start time of geometric cut propagation
Default:0
C++ Type:double
Description:Start time of geometric cut propagation
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
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.