Go to the source code of this file.
◆ validParams< ACMultiInterface >()
Definition at line 20 of file ACMultiInterface.C.
22 InputParameters params = validParams<Kernel>();
23 params.addClassDescription(
"Gradient energy Allen-Cahn Kernel with cross terms");
24 params.addRequiredCoupledVar(
"etas",
"All eta_i order parameters of the multiphase problem");
25 params.addRequiredParam<std::vector<MaterialPropertyName>>(
"kappa_names",
26 "The kappa used with the kernel");
27 params.addParam<MaterialPropertyName>(
"mob_name",
"L",
"The mobility used with the kernel");