CutElementSubdomainModifier

Change element subdomain based on CutSubdomainID

Overview

CutElementSubdomainModifier switches the element subdomain ID based on the CutSubdomainID marked by geometric cut userobjects. This object extends the capabilities described in CoupledVarThresholdElementSubdomainModifier to allow subdomains to be defined based on XFEM interfaces.

Example Input File Syntax

[UserObjects]
  [level_set_cut_uo]
    type = LevelSetCutUserObject
    level_set_var = ls
    heal_always = true
  []
  [esm]
    type = CutElementSubdomainModifier
    geometric_cut_userobject = level_set_cut_uo
    apply_initial_conditions = false
  []
[]
(modules/xfem/test/tests/moving_interface/moving_bimaterial_finite_strain_esm.i)

Input Parameters

  • geometric_cut_userobjectThe geometric cut userobject that assigns the CutSubdomainID

    C++ Type:UserObjectName

    Options:

    Description:The geometric cut userobject that assigns the CutSubdomainID

Required Parameters

  • apply_initial_conditionsTrueWhether to apply initial conditions on the moved nodes and elements

    Default:True

    C++ Type:bool

    Options:

    Description:Whether to apply initial conditions on the moved nodes and elements

  • blockThe list of block ids (SubdomainID) that this object will be applied

    C++ Type:std::vector<SubdomainName>

    Options:

    Description:The list of block ids (SubdomainID) that this object will be applied

  • execute_onTIMESTEP_ENDThe 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.

    Default:TIMESTEP_END

    C++ Type:ExecFlagEnum

    Options:NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM

    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.

  • moving_boundary_nameBoundary to modify when an element is moved. A boundary with the provided name will be created if not already exists on the mesh.

    C++ Type:BoundaryName

    Options:

    Description:Boundary to modify when an element is moved. A boundary with the provided name will be created if not already exists on the mesh.

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

    Options:

    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>

    Options:

    Description:Adds user-defined labels for accessing object parameters via control logic.

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Options:

    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

    Options:

    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

    Options:

    Description:The seed for the master random number generator

Advanced Parameters

Input Files