Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< ACInterfaceKobayashi1 >()
Definition at line 16 of file ACInterfaceKobayashi1.C.
18 InputParameters params = validParams<KernelGrad>();
19 params.addClassDescription(
"Anisotropic gradient energy Allen-Cahn Kernel Part 1");
20 params.addParam<MaterialPropertyName>(
"mob_name",
"L",
"The mobility used with the kernel");
21 params.addParam<MaterialPropertyName>(
"eps_name",
"eps",
"The anisotropic interface parameter");
22 params.addParam<MaterialPropertyName>(
25 "The derivative of the anisotropic interface parameter with respect to angle");
26 params.addParam<MaterialPropertyName>(
29 "The derivative of the anisotropic interface parameter eps with respect to grad_op");
30 params.addParam<MaterialPropertyName>(
31 "ddepsdgrad_op_name",
"ddepsdgrad_op",
"The derivative of deps with respect to grad_op");
32 params.addCoupledVar(
"args",
"Vector of nonlinear variable arguments this object depends on");