ADReal _ae
The a coefficient for the element.
ADReal _an
The a coefficient for the neighbor.
const unsigned int _dim
dimension
A flux kernel that momentum residual objects that add non-advection flux terms, or more specifically ...
const bool _limit_interpolation
Boolean parameter to limit interpolation.
const Moose::Functor< ADReal > *const _v_var
y-velocity
virtual ADReal computeStrongResidual(const bool populate_a_coeffs)
Routine to compute this object's strong residual (e.g.
virtual ADReal computeSegregatedContribution() override
Compute the contribution which goes into the residual of the segregated system.
DualNumber< Real, DNDerivativeType, true > ADReal
const Moose::FV::InterpMethod _mu_interp_method
The face interpolation method for the viscosity.
const Moose::Functor< ADReal > & _mu
The dynamic viscosity.
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 > *const _u_var
x-velocity
const bool _newton_solve
For Newton solves we want to add extra zero-valued terms to avoid sparsity pattern changes...
static InputParameters validParams()
void gatherRCData(const FaceInfo &fi) override final
Should be a non-empty implementation if the residual object is a FVFluxKernel and introduces residual...
const Moose::Functor< ADReal > *const _w_var
z-velocity
INSFVMomentumDiffusion(const InputParameters ¶ms)
const bool _complete_expansion
Boolean parameter to include the complete momentum expansion.