Go to the source code of this file.
◆ validParams< PolycrystalVoronoiVoidICAction >()
Definition at line 20 of file PolycrystalVoronoiVoidICAction.C.
22 InputParameters params = validParams<Action>();
24 params.addRequiredParam<std::string>(
"var_name_base",
"specifies the base name of the variables");
25 params.suppressParameter<VariableName>(
"variable");
26 params.addRequiredParam<UserObjectName>(
27 "polycrystal_ic_uo",
"UserObject for obtaining the polycrystal grain structure.");
28 params.addParam<FileName>(
31 "File containing grain centroids, if file_name is provided, the centroids "
32 "from the file will be used.");