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