Go to the source code of this file.
|
class | RndSmoothCircleIC |
| RndSmoothcircleIC creates a smooth circle with a random distribution of values inside and outside of the circle. More...
|
|
◆ validParams< RndSmoothCircleIC >()
Definition at line 20 of file RndSmoothCircleIC.C.
23 params.addClassDescription(
24 "Random noise with different min/max inside/outside of a smooth circle");
25 params.addRequiredParam<Real>(
"variation_invalue",
"Plus or minus this amount on the invalue");
26 params.addRequiredParam<Real>(
"variation_outvalue",
"Plus or minus this amount on the outvalue");