19 "Initalize a scalar variable with a constant value prescribed by an input parameter.");
20 params.
addRequiredParam<Real>(
"value",
"Initial value of the scalar variable");
registerMooseObject("MooseApp", ScalarConstantIC)
ScalarConstantIC just returns a constant value.
ScalarConstantIC(const InputParameters ¶meters)
static InputParameters validParams()
Constructor.
virtual Real value() override
The value of the variable.
InitialConditions are objects that set the initial value of variables.
static InputParameters validParams()