Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< PolycrystalRandomIC >()
Definition at line 17 of file PolycrystalRandomIC.C.
19 InputParameters params = validParams<RandomICBase>();
20 params.addClassDescription(
"Random initial condition for a polycrystalline material");
21 params.addRequiredParam<
unsigned int>(
"op_num",
"Number of order parameters");
22 params.addRequiredParam<
unsigned int>(
"op_index",
"The index for the current order parameter");
23 params.addRequiredParam<
unsigned int>(
"random_type",
"Type of random grain structure");