www.mooseframework.org
phase_field
include
userobjects
Classes
|
Functions
PolycrystalEBSD.h File Reference
Go to the source code of this file.
Classes
class
PolycrystalEBSD
Functions
template<>
InputParameters
validParams< PolycrystalEBSD >
()
Function Documentation
◆
validParams< PolycrystalEBSD >()
template<>
InputParameters
validParams
<
PolycrystalEBSD
>
(
)
Definition at line
17
of file
PolycrystalEBSD.C
.
18
{
19
InputParameters params =
validParams<PolycrystalUserObjectBase>
();
20
params.addClassDescription(
"Object for setting up a polycrystal structure from an EBSD Datafile"
);
21
params.addParam<
unsigned
int
>(
"phase"
,
"The phase to use for all queries."
);
22
params.addParam<UserObjectName>(
"ebsd_reader"
,
"EBSD Reader for initial condition"
);
23
return
params;
24
}
validParams< PolycrystalUserObjectBase >
InputParameters validParams< PolycrystalUserObjectBase >()
Definition:
PolycrystalUserObjectBase.C:24
Generated on Sat Jan 25 2020 12:04:50 for www.mooseframework.org by
1.8.16