const Moose::Functor< ADReal > & _u_slip
slip velocity in direction x
const Moose::Functor< ADReal > *const _v_slip
slip velocity in direction y
const Moose::FV::InterpMethod _density_interp_method
The face interpolation method for the density.
A flux kernel that momentum residual objects that add non-advection flux terms, or more specifically ...
const Moose::Functor< ADReal > *const _w_slip
slip velocity in direction z
ADReal _an
The a coefficient for the neighbor.
WCNSFV2PMomentumDriftFlux(const InputParameters ¶ms)
DualNumber< Real, DNDerivativeType, true > ADReal
void gatherRCData(const FaceInfo &fi) override final
Should be a non-empty implementation if the residual object is a FVFluxKernel and introduces residual...
virtual ADReal computeStrongResidual(const bool populate_a_coeffs)
Routine to compute this object's strong residual (e.g.
const unsigned int _dim
The dimension of the simulation.
static InputParameters validParams()
void gatherRCData(const Elem &) override final
Should be a non-empty implementation if the residual object is a FVElementalKernel and introduces res...
const Moose::Functor< ADReal > & _f_d
Dispersed phase fraction.
virtual ADReal computeSegregatedContribution() override
Compute the contribution which goes into the residual of the segregated system.
Adds drift flux kernel coming for two-phase mixture model.
const Moose::Functor< ADReal > & _rho_d
Dispersed phase density.
ADReal _ae
The a coefficient for the element.