11#include "libmesh/point.h"
registerMooseObject("MooseApp", FVConstantIC)
FVConstantIC just returns a constant value for a finite volume variable.
virtual Real value(const Point &p) override
The value of the variable at a point.
FVConstantIC(const InputParameters ¶meters)
static InputParameters validParams()
This is a template class that implements the workhorse compute and computeNodal methods.
static InputParameters validParams()