19 params.addClassDescription(
"Source term for noise from a ConservedNoise userobject");
20 params.addRequiredParam<UserObjectName>(
21 "noise",
"ConservedNoise userobject that produces the random numbers");
27 if (parameters.isParamSetByUser(
"seed"))
30 "This parameter has no effect in this kernel. The noise is generated in the user object "
31 "specified in the 'noise' parameter. Specify a seed in that user object instead.");