19 params.
addParam<Real>(
"value", 0.0,
"Some constant value that can be read from the input file");
25 :
AuxKernel(parameters), _value(getParam<Real>(
"value"))
registerMooseObject("MooseApp", ConstantAux)
static InputParameters validParams()
Constant auxiliary value.
ConstantAux(const InputParameters ¶meters)
static InputParameters validParams()
virtual Real computeValue() override
Compute and return the value of the aux variable.
const Real & _value
The value being set for the current node/element.