Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< PolycrystalHex >()
Definition at line 19 of file PolycrystalHex.C.
22 params.addClassDescription(
"Perturbed hexagonal polycrystal");
23 params.addParam<Real>(
"x_offset", 0.5,
"Specifies offset of hexagon grid in x-direction");
24 params.addRangeCheckedParam<Real>(
25 "perturbation_percent",
27 "perturbation_percent >= 0.0 & perturbation_percent <= 1.0",
28 "The percent to randomly perturb centers of grains relative to the size of the grain");