Auxiliary kernel responsible for computing a component of the advection flux vector.
static InputParameters validParams()
const bool _advected_quantity_supplied
Whether an advected quantity was supplied in the input.
const MaterialProperty< Real > & _advected_material_property
Material property storing the advected quantity; used for finite elements.
const bool _advected_mat_prop_supplied
Whether an advected material property was supplied in the input.
const Moose::Functor< Real > *const _vel_z
const bool _use_normal
Whether the normal component has been selected.
const int _component
Will hold 0, 1, or 2 corresponding to x, y, or z.
const Moose::Functor< Real > & _advected_quantity
Functor for the scalar field advected quantity (for a variable usually)
const Moose::Functor< Real > & _vel_x
Velocity components.
virtual Real computeValue()
Compute and return the value of the aux variable.
const Moose::Functor< Real > *const _vel_y
const MooseArray< Point > & _normals
normals at quadrature points
const InputParameters & parameters() const
Get the parameters of the object.
This is a wrapper that forwards calls to the implementation, which can be switched out at any time wi...