Go to the source code of this file.
|
class | EBSDReader |
| A GeneralUserObject that reads an EBSD file and stores the centroid data in a data structure which indexes on element centroids. More...
|
|
◆ 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");