Go to the source code of this file.
|
class | KKSACBulkF |
| KKSACBulkBase child class for the free energy difference term \( -\frac{dh}{d\eta}(F_a-F_b)+w\frac{dg}{d\eta} \) in the the Allen-Cahn bulk residual. More...
|
|
◆ 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)");