23 "The variable this initial condition is " 24 "supposed to provide values for.");
38 _sys(*getCheckedPointerParam<
SystemBase *>(
"_sys")),
39 _depend_vars(
std::set<
std::string>())
An interface for accessing Moose::Functors for systems that do not care about automatic differentiati...
A class for creating restricted objects.
FVInitialConditionBase(const InputParameters ¶meters)
Constructor.
Base class for a system (of equations)
static InputParameters validParams()
Every object that can be built by the factory should be derived from this class.
InitialConditionInterface serves as the abstract class for InitialConditions, FVInitialConditions, and ScalarInitialConditions.
virtual ~FVInitialConditionBase()
static InputParameters validParams()
An interface that restricts an object to subdomains via the 'blocks' input parameter.
Interface for sorting dependent vectors of objects.
static InputParameters validParams()
static InputParameters validParams()
std::set< std::string > _supplied_vars
Supplied variables.
Interface for objects that need to use functions.