Go to the source code of this file.
◆ validParams< BicrystalBoundingBoxICAction >()
Definition at line 19 of file BicrystalBoundingBoxICAction.C.
21 InputParameters params = validParams<Action>();
22 params.addClassDescription(
"Constructs a bicrystal, where one grain is on the inside of "
23 "the box and the other grain is the outside of the box");
24 params.addRequiredParam<std::string>(
"var_name_base",
"specifies the base name of the variables");
25 params.addRequiredParam<
unsigned int>(
"op_num",
"Number of grains, should be 2");
26 params.addRequiredParam<Real>(
"x1",
"The x coordinate of the lower left-hand corner of the box");
27 params.addRequiredParam<Real>(
"y1",
"The y coordinate of the lower left-hand corner of the box");
28 params.addParam<Real>(
"z1", 0.0,
"The z coordinate of the lower left-hand corner of the box");
29 params.addRequiredParam<Real>(
"x2",
"The x coordinate of the upper right-hand corner of the box");
30 params.addRequiredParam<Real>(
"y2",
"The y coordinate of the upper right-hand corner of the box");
31 params.addParam<Real>(
"z2", 0.0,
"The z coordinate of the upper right-hand corner of the box");