Go to the source code of this file.
◆ validParams< KKSACBulkBase >()
Definition at line 14 of file KKSACBulkBase.C.
17 params.addClassDescription(
"KKS model kernel for the Bulk Allen-Cahn. This operates on the order "
18 "parameter 'eta' as the non-linear variable");
19 params.addRequiredParam<MaterialPropertyName>(
21 "Base name of the free energy function F (f_base in the corresponding KKSBaseMaterial)");
22 params.addParam<MaterialPropertyName>(
23 "h_name",
"h",
"Base name for the switching function h(eta)");
Referenced by validParams< KKSACBulkC >(), and validParams< KKSACBulkF >().