A flux kernel that momentum residual objects that add non-advection flux terms, or more specifically ...
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 _speed
Speed (norm of the interstitial velocity) as a functor.
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 > & _rho
Density as a functor.
Real _consistent_scaling
Parameter for scaling the consistent pressure interpolation.
const Moose::Functor< ADReal > & _mu
Dynamic viscosity as a functor.
const bool _use_Forchheimer_friction_model
const Moose::Functor< ADRealVectorValue > *const _D
Darcy coefficient.
const bool _use_Darcy_friction_model
Booleans to select the right models.
static InputParameters validParams()
const Moose::Functor< ADRealVectorValue > *const _F
Forchheimer coefficient.