Go to the source code of this file.
◆ registerMooseObject()
registerMooseObject |
( |
"PhaseFieldApp" |
, |
|
|
HHPFCRFF |
|
|
) |
| |
◆ validParams< HHPFCRFF >()
Definition at line 16 of file HHPFCRFF.C.
18 InputParameters params = validParams<KernelValue>();
19 params.addClassDescription(
"Reaction type kernel for the RFF phase fit crystal model");
20 params.addCoupledVar(
"coupled_var",
21 "The name of the coupled variable, if one is used in the kernel");
22 params.addRequiredParam<MaterialPropertyName>(
23 "prop_name",
"Name of material property to be used in the kernel");
24 params.addRequiredParam<
bool>(
25 "positive",
"If the kernel is positive, this is true, if negative, it is false");