25 virtual Real
computeVelocity(
unsigned i,
unsigned j,
unsigned qp)
const override;
27 virtual Real
computeU(
unsigned i)
const override;
Base class to compute Advective fluxes.
Computes Advective fluxes for a constant velocity.
const VariablePhiValue & _phi
Kuzmin-Turek shape function.
virtual Real computeVelocity(unsigned i, unsigned j, unsigned qp) const override
Computes the transfer velocity between current node i and current node j at the current qp in the cur...
const VariablePhiGradient & _grad_phi
grad(Kuzmin-Turek shape function)
static InputParameters validParams()
RealVectorValue _velocity
advection velocity
virtual Real computeU(unsigned i) const override
Computes the value of u at the local node id of the current element (_current_elem)
const VariableValue & _u_at_nodes
the nodal values of u
const InputParameters & parameters() const
VariableValueTempl< false > VariableValue
VariableShapeGradient< false > VariablePhiGradient
VariableShapeValue< false > VariablePhiValue