www.mooseframework.org
Classes | Functions
KKSMultiACBulkF.h File Reference

Go to the source code of this file.

Classes

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...
 

Functions

template<>
InputParameters validParams< KKSMultiACBulkF > ()
 

Function Documentation

◆ validParams< KKSMultiACBulkF >()

template<>
InputParameters validParams< KKSMultiACBulkF > ( )

Definition at line 16 of file KKSMultiACBulkF.C.

17 {
18  InputParameters params = validParams<KKSMultiACBulkBase>();
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)");
24  return params;
25 }
validParams< KKSMultiACBulkBase >
InputParameters validParams< KKSMultiACBulkBase >()
Definition: KKSMultiACBulkBase.C:14