Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< SimpleCoupledACInterface >()
Definition at line 16 of file SimpleCoupledACInterface.C.
18 InputParameters params = validParams<Kernel>();
19 params.addClassDescription(
"Gradient energy for Allen-Cahn Kernel with constant Mobility and "
20 "Interfacial parameter for a coupled order parameter variable.");
21 params.addRequiredCoupledVar(
"v",
"Coupled variable that the Laplacian is taken of");
22 params.addParam<MaterialPropertyName>(
"mob_name",
"L",
"The mobility used with the kernel");
23 params.addParam<MaterialPropertyName>(
"kappa_name",
"kappa_op",
"The kappa used with the kernel");