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

Go to the source code of this file.

Classes

class  EBSDReader
 A GeneralUserObject that reads an EBSD file and stores the centroid data in a data structure which indexes on element centroids. More...
 

Functions

template<>
InputParameters validParams< EBSDReader > ()
 

Function Documentation

◆ validParams< EBSDReader >()

template<>
InputParameters validParams< EBSDReader > ( )

Definition at line 23 of file EBSDReader.C.

24 {
25  InputParameters params = validParams<EulerAngleProvider>();
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");
32  return params;
33 }
validParams< EulerAngleProvider >
InputParameters validParams< EulerAngleProvider >()