www.mooseframework.org
Functions
ComputeGrainCenterUserObject.C File Reference

Go to the source code of this file.

Functions

template<>
InputParameters validParams< ComputeGrainCenterUserObject > ()
 

Function Documentation

◆ validParams< ComputeGrainCenterUserObject >()

template<>
InputParameters validParams< ComputeGrainCenterUserObject > ( )

Definition at line 16 of file ComputeGrainCenterUserObject.C.

17 {
18  InputParameters params = validParams<ElementUserObject>();
19  params.addClassDescription("Userobject for calculating the grain volumes and grain centers");
20  params.addRequiredCoupledVarWithAutoBuild("etas", "var_name_base", "op_num", "order parameters");
21  return params;
22 }