Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< SmoothCircleIC >()
Definition at line 16 of file SmoothCircleIC.C.
19 params.addClassDescription(
"Circle with a smooth interface");
20 params.addRequiredParam<Real>(
"x1",
"The x coordinate of the circle center");
21 params.addRequiredParam<Real>(
"y1",
"The y coordinate of the circle center");
22 params.addParam<Real>(
"z1", 0.0,
"The z coordinate of the circle center");
23 params.addRequiredParam<Real>(
"radius",
"The radius of a circle");
Referenced by validParams< RndSmoothCircleIC >().