www.mooseframework.org
Classes | Functions
XFEMMovingInterfaceVelocityBase.h File Reference

Go to the source code of this file.

Classes

class  XFEMMovingInterfaceVelocityBase
 

Functions

template<>
InputParameters validParams< XFEMMovingInterfaceVelocityBase > ()
 

Function Documentation

◆ validParams< XFEMMovingInterfaceVelocityBase >()

template<>
InputParameters validParams< XFEMMovingInterfaceVelocityBase > ( )

Definition at line 14 of file XFEMMovingInterfaceVelocityBase.C.

15 {
16  InputParameters params = validParams<DiscreteElementUserObject>();
17  params.addRequiredParam<UserObjectName>(
18  "value_at_interface_uo",
19  "The name of the userobject that obtains the value and gradient at the interface.");
20  return params;
21 }

Referenced by validParams< XFEMPhaseTransitionMovingInterfaceVelocity >().