19       "Initalize a scalar variable with a constant value prescribed by an input parameter.");
 ScalarConstantIC(const InputParameters ¶meters)
virtual Real value() override
The value of the variable. 
ScalarConstantIC just returns a constant value. 
registerMooseObject("MooseApp", ScalarConstantIC)
static InputParameters validParams()
Constructor. 
InitialConditions are objects that set the initial value of variables. 
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real