Go to the source code of this file.
◆ registerMooseObject()
registerMooseObject |
( |
"PhaseFieldApp" |
, |
|
|
ACSwitching |
|
|
) |
| |
◆ validParams< ACSwitching >()
Definition at line 16 of file ACSwitching.C.
19 params.addClassDescription(
20 "Kernel for Allen-Cahn equation that adds derivatives of switching functions and energies");
21 params.addRequiredParam<std::vector<MaterialPropertyName>>(
22 "Fj_names",
"List of free energies for each phase. Place in same order as hj_names!");
23 params.addRequiredParam<std::vector<MaterialPropertyName>>(
24 "hj_names",
"Switching Function Materials that provide h. Place in same order as Fj_names!");