Go to the source code of this file.
◆ registerMooseObject()
registerMooseObject |
( |
"PhaseFieldApp" |
, |
|
|
ACSEDGPoly |
|
|
) |
| |
◆ validParams< ACSEDGPoly >()
Definition at line 18 of file ACSEDGPoly.C.
21 params.addClassDescription(
"Stored Energy contribution to grain growth");
22 params.addRequiredCoupledVar(
"v",
"Array of coupled variable names");
23 params.addRequiredParam<
unsigned int>(
"deformed_grain_num",
24 "Number of OP representing deformed grains");
25 params.addRequiredParam<UserObjectName>(
"grain_tracker",
26 "The GrainTracker UserObject to get values from.");
27 params.addRequiredParam<
unsigned int>(
"op_index",
"The index for the current order parameter");