www.mooseframework.org
Functions
ACInterfaceKobayashi2.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("PhaseFieldApp", ACInterfaceKobayashi2)
 
template<>
InputParameters validParams< ACInterfaceKobayashi2 > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
ACInterfaceKobayashi2   
)

◆ validParams< ACInterfaceKobayashi2 >()

template<>
InputParameters validParams< ACInterfaceKobayashi2 > ( )

Definition at line 16 of file ACInterfaceKobayashi2.C.

17 {
18  InputParameters params = validParams<KernelGrad>();
19  params.addClassDescription("Anisotropic Gradient energy Allen-Cahn Kernel Part 2");
20  params.addParam<MaterialPropertyName>("mob_name", "L", "The mobility used with the kernel");
21  params.addParam<MaterialPropertyName>("eps_name", "eps", "The anisotropic parameter");
22  params.addParam<MaterialPropertyName>(
23  "depsdgrad_op_name",
24  "depsdgrad_op",
25  "The derivative of the anisotropic interface parameter eps with respect to grad_op");
26  params.addCoupledVar("args", "Vector of nonlinear variable arguments this object depends on");
27  return params;
28 }