Go to the source code of this file.
◆ registerMooseObject()
registerMooseObject |
( |
"PhaseFieldApp" |
, |
|
|
KKSACBulkF |
|
|
) |
| |
◆ validParams< KKSACBulkF >()
Definition at line 16 of file KKSACBulkF.C.
19 params.addClassDescription(
"KKS model kernel (part 1 of 2) for the Bulk Allen-Cahn. This "
20 "includes all terms NOT dependent on chemical potential.");
21 params.addRequiredParam<Real>(
"w",
"Double well height parameter");
22 params.addParam<MaterialPropertyName>(
23 "g_name",
"g",
"Base name for the double well function g(eta)");
24 params.addRequiredParam<MaterialPropertyName>(
26 "Base name of the free energy function F (f_base in the corresponding KKSBaseMaterial)");