30 std::vector<const ADVariableValue *>
_U;
A base class for computing/caching fluxes at boundaries.
Retrieves an entry of a flux vector for a 1-phase boundary.
const std::string & _boundary_name
Boundary component name.
const unsigned int _n_components
Number of components in the solution vector used to compute the flux.
virtual Real computeQpIntegral() override
const ADBoundaryFluxBase & _boundary_uo
Boundary user object.
static InputParameters validParams()
std::vector< const ADVariableValue * > _U
Variables to pass to boundary flux user object, in the correct order.
const unsigned int _equation_index
Index within flux vector to query.
const std::string _boundary_uo_name
Boundary user object name.
const InputParameters & parameters() const