Go to the source code of this file.
◆ validParams< PolycrystalRandomICAction >()
Definition at line 19 of file PolycrystalRandomICAction.C.
21 InputParameters params = validParams<Action>();
22 params.addRequiredParam<
unsigned int>(
"op_num",
"number of order parameters to create");
23 params.addRequiredParam<std::string>(
"var_name_base",
"specifies the base name of the variables");
24 MooseEnum typ_options(
"continuous discrete");
25 params.addParam<MooseEnum>(
"random_type",
27 "The type of random polycrystal initial condition. Whether one "
28 "order parameter is chosen to be 1 at each node or if each order "
29 "parameter continuously varies from 0 to 1");