virtual ADReal computeQpResidual(Moose::DGResidualType type) override
Compute this Kernel's contribution to the residual at the current quadrature point.
ADDGAdvection(const InputParameters ¶meters)
DualNumber< Real, DNDerivativeType, true > ADReal
static InputParameters validParams()
const ADMaterialProperty< RealVectorValue > & _velocity
The velocity on the element.
Adds residual/Jacobian contributions for a convection term from internal faces for a discontinuous Ga...
const ADMaterialProperty< RealVectorValue > & _velocity_neighbor
The velocity on the neighbor.
const std::string & type() const
Get the type of this class.
const MooseArray< ADReal > & _adv_quant_elem
The advected quantity value on the element side of the face.
const InputParameters & parameters() const
Get the parameters of the object.
const MooseArray< ADReal > & _adv_quant_neighbor
The advected quantity value on the neighbor side of the face.