Go to the source code of this file.
|
class | KKSMultiACBulkF |
| KKSMultiACBulkBase child class for the free energy term \( \sum_j \frac{\partial h_j}{\partial \eta_i} F_j + w_i \frac{dg}{d\eta_i} \) in the the Allen-Cahn bulk residual. More...
|
|
◆ validParams< KKSMultiACBulkF >()
Definition at line 16 of file KKSMultiACBulkF.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>(
"wi",
"Double well height parameter");
22 params.addRequiredParam<MaterialPropertyName>(
23 "gi_name",
"Base name for the double well function g_i(eta_i)");