Go to the documentation of this file.
28 virtual Real
computeVelocity(
unsigned i,
unsigned j,
unsigned qp)
const override;
30 virtual Real
computeU(
unsigned i)
const override;
39 const VariablePhiValue &
_phi;
virtual Real computeU(unsigned i) const override
Computes the value of u at the local node id of the current element (_current_elem)
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...
InputParameters validParams< AdvectiveFluxCalculatorConstantVelocity >()
const VariablePhiGradient & _grad_phi
grad(Kuzmin-Turek shape function)
const VariableValue & _u_at_nodes
the nodal values of u
const VariablePhiValue & _phi
Kuzmin-Turek shape function.
Computes Advective fluxes for a constant velocity.
Base class to compute Advective fluxes.
AdvectiveFluxCalculatorConstantVelocity(const InputParameters ¶meters)
RealVectorValue _velocity
advection velocity