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

Go to the source code of this file.

Classes

class  ComputeGrainCenterUserObject
 This UserObject computes a volumes and centers of grains. More...
 

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 }