www.mooseframework.org
Functions
ACSEDGPoly.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("PhaseFieldApp", ACSEDGPoly)
 
template<>
InputParameters validParams< ACSEDGPoly > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
ACSEDGPoly   
)

◆ validParams< ACSEDGPoly >()

template<>
InputParameters validParams< ACSEDGPoly > ( )

Definition at line 18 of file ACSEDGPoly.C.

19 {
20  InputParameters params = ACBulk<Real>::validParams();
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");
28  return params;
29 }
ACBulk::validParams
static InputParameters validParams()
Definition: ACBulk.h:74