- diffusivity_at_negative_level_setDiffusivity for level set negative region.
C++ Type:double
Description:Diffusivity for level set negative region.
- diffusivity_at_positive_level_setDiffusivity for level set positive region.
C++ Type:double
Description:Diffusivity for level set positive region.
- equilibrium_concentration_jumpThe jump of the equilibrium concentration at the interface.
C++ Type:double
Description:The jump of the equilibrium concentration at the interface.
- value_at_interface_uoThe name of the userobject that obtains the value and gradient at the interface.
C++ Type:UserObjectName
Description:The name of the userobject that obtains the value and gradient at the interface.
XFEMPhaseTransitionMovingInterfaceVelocity
calculate the interface velocity for a simple phase transition problem.
Description
The XFEMPhaseTransitionMovingInterfaceVelocity
calculates an interface velocity that is given as . The current implementation only supports the case in which the interface is moving horizontally.
Example Input File Syntax
[./velocity]
type = XFEMPhaseTransitionMovingInterfaceVelocity
diffusivity_at_positive_level_set = 5
diffusivity_at_negative_level_set = 1
equilibrium_concentration_jump = 1
value_at_interface_uo = value_uo
[../]
(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
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.