Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< XFEMPhaseTransitionMovingInterfaceVelocity >()
Definition at line 16 of file XFEMPhaseTransitionMovingInterfaceVelocity.C.
19 params.addRequiredParam<Real>(
"diffusivity_at_positive_level_set",
20 "Diffusivity for level set positive region.");
21 params.addRequiredParam<Real>(
"diffusivity_at_negative_level_set",
22 "Diffusivity for level set negative region.");
23 params.addRequiredParam<Real>(
"equilibrium_concentration_jump",
24 "The jump of the equilibrium concentration at the interface.");
25 params.addClassDescription(
26 "calculate the interface velocity for a simple phase transition problem.");