Go to the source code of this file.
◆ registerMooseObject()
registerMooseObject |
( |
"PhaseFieldApp" |
, |
|
|
EBSDReader |
|
|
) |
| |
◆ validParams< EBSDReader >()
Definition at line 23 of file EBSDReader.C.
26 params.addClassDescription(
"Load and manage DREAM.3D EBSD data files for running simulations on "
27 "reconstructed microstructures.");
28 params.addParam<
unsigned int>(
29 "custom_columns", 0,
"Number of additional custom data columns to read from the EBSD file");
30 params.addParam<
unsigned int>(
"bins", 20,
"Number of bins to segregate quaternions");
31 params.addParam<Real>(
"L_norm", 1,
"Specifies the type of average the user intends to perform");