Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< PolycrystalVoronoiVoidIC >()
Definition at line 36 of file PolycrystalVoronoiVoidIC.C.
39 MooseEnum structure_options(
"grains voids");
40 params.addRequiredParam<MooseEnum>(
"structure_type",
42 "Which structure type is being initialized, grains or voids");
43 params.addParam<
unsigned int>(
"op_index",
45 "The index for the current "
46 "order parameter, not needed if "
47 "structure_type = voids");
48 params.addRequiredParam<UserObjectName>(
49 "polycrystal_ic_uo",
"UserObject for obtaining the polycrystal grain structure.");
50 params.addParam<FileName>(
53 "File containing grain centroids, if file_name is provided, the centroids "
54 "from the file will be used.");