An interface that restricts an object to subdomains via the 'blocks' input parameter.
This class is responsible for adding relationship managers that describe geometric,...
Base class for finite volume kernels that contribute to a linear systems.
MooseLinearVariableFV< Real > & _var
Reference to the linear finite volume variable.
static InputParameters validParams()
const unsigned int _sys_num
Cache for the system number.
virtual const MooseLinearVariableFV< Real > & variable() const override
Returns base class reference of the variable that this object operates on.
void requestVariableCellGradient(const std::string &variable_name)
Utility routine to request cell gradient computation on a variable.
const unsigned int _var_num
Cache for the variable number.
This is the common base class for objects that give contributions to a linear system.
This class provides variable solution interface for linear finite volume problems.
Interface for objects that need to get values of MooseVariables.
An interface for accessing Moose::Functors for systems that do not care about automatic differentiati...