www.mooseframework.org
Functions
XFEMPhaseTransitionMovingInterfaceVelocity.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("XFEMApp", XFEMPhaseTransitionMovingInterfaceVelocity)
 
template<>
InputParameters validParams< XFEMPhaseTransitionMovingInterfaceVelocity > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "XFEMApp"  ,
XFEMPhaseTransitionMovingInterfaceVelocity   
)

◆ validParams< XFEMPhaseTransitionMovingInterfaceVelocity >()

template<>
InputParameters validParams< XFEMPhaseTransitionMovingInterfaceVelocity > ( )

Definition at line 16 of file XFEMPhaseTransitionMovingInterfaceVelocity.C.

17 {
18  InputParameters params = validParams<XFEMMovingInterfaceVelocityBase>();
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.");
27  return params;
28 }
validParams< XFEMMovingInterfaceVelocityBase >
InputParameters validParams< XFEMMovingInterfaceVelocityBase >()
Definition: XFEMMovingInterfaceVelocityBase.C:14