www.mooseframework.org
Functions
EBSDReader.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("PhaseFieldApp", EBSDReader)
 
template<>
InputParameters validParams< EBSDReader > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
EBSDReader   
)

◆ 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 >()