Adds drift flux kernel coming for two-phase mixture model for the linear finite volume discretization...
const unsigned int _index
The index of the momentum component.
const Moose::Functor< Real > & _u_slip
slip velocity in direction x
const Moose::Functor< Real > *const _v_slip
slip velocity in direction y
virtual Real computeBoundaryRHSContribution(const LinearFVBoundaryCondition &bc) override
virtual Real computeElemRightHandSideContribution() override
const RhieChowMassFlux & _mass_flux_provider
The Rhie-Chow user object that provides us with the face velocity.
virtual Real computeElemMatrixContribution() override
static InputParameters validParams()
Real computeInternalAdvectionNeighborMatrixContribution()
Computes the matrix contribution of the advective flux on the neighbor side of current face when the ...
virtual Real computeNeighborMatrixContribution() override
Real _face_flux
Face flux.
Real computeInternalAdvectionElemMatrixContribution()
Computes the matrix contribution of the advective flux on the element side of current face when the f...
virtual Real computeBoundaryMatrixContribution(const LinearFVBoundaryCondition &) override
virtual void setupFaceData(const FaceInfo *face_info) override
Set the current FaceInfo object.
const Moose::Functor< Real > & _f_d
Dispersed phase fraction.
const Moose::FV::InterpMethod _density_interp_method
The face interpolation method for the density.
const Moose::Functor< Real > & _rho_d
Dispersed phase density.
const Moose::Functor< Real > *const _w_slip
slip velocity in direction z
const unsigned int _dim
The dimension of the simulation.
virtual Real computeNeighborRightHandSideContribution() override
void computeFlux()
Compute the face flux.
std::pair< Real, Real > _velocity_interp_coeffs
Advected coefficients.
User object responsible for determining the face fluxes using the Rhie-Chow interpolation in a segreg...