Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< EBSDReaderAvgDataAux >()
Definition at line 18 of file EBSDReaderAvgDataAux.C.
20 InputParameters params = validParams<AuxKernel>();
21 params.addParam<
unsigned int>(
"phase",
"The phase to use for all queries.");
22 params.addRequiredParam<UserObjectName>(
"ebsd_reader",
"The EBSDReader GeneralUserObject");
23 params.addRequiredParam<UserObjectName>(
"grain_tracker",
"The GrainTracker UserObject");
25 params.addRequiredParam<MooseEnum>(
28 "The averaged data to be extracted from the EBSD data by this AuxKernel");
29 params.addParam<Real>(
"invalid", -1.0,
"Value to return for points without active grains.");