www.mooseframework.org
phase_field
src
userobjects
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
}
Generated on Sat Jan 25 2020 12:04:50 for www.mooseframework.org by
1.8.16