18 params.
addClassDescription(
"Sets an auxiliary field variable to a controllable constant value.");
19 params.
addRequiredParam<Real>(
"value",
"The value to be set to the scalar variable.");
registerMooseObject("MooseApp", ConstantScalarAux)
Base class for making kernels that work on auxiliary scalar variables.
static InputParameters validParams()
Sets a constant value on a scalar variable.
virtual Real computeValue() override
Compute the value of this kernel.
static InputParameters validParams()
ConstantScalarAux(const InputParameters ¶meters)