const unsigned int _index
If computing the boundary fluxes for the momentum equation, this denotes the component of the momentu...
const Moose::Functor< ADReal > *const _sup_vel_z
The z component of the superficial velocity.
ADReal _a
Local variable to hold this object's contribution to the Rhie-Chow 'a' coefficient.
const Moose::Functor< ADReal > & _eps
The porosity.
Moose::FV::InterpMethod _advected_interp_method
The interpolation method to use for the advected quantity.
const Moose::Functor< ADReal > & _rho
The density.
PINSFVFunctorBC(const InputParameters ¶ms)
DualNumber< Real, DNDerivativeType, true > ADReal
const Moose::Functor< ADReal > & _sup_vel_x
The x component of the superficial velocity.
All objects that contribute to pressure-based (e.g.
virtual ADReal computeQpResidual() override
const Moose::Functor< ADReal > *const _sup_vel_y
The y component of the superficial velocity.
Evaluates boundary mass or momentum fluxes through functor evaluation of the superficial velocities...
const Moose::Functor< ADReal > & _pressure
The pressure.
const MooseEnum _eqn
Denotes the equation we're computing the boundary fluxes for. Options are either "mass" or "momentum"...
bool _computing_rc_data
Whether we are computing Rhie-Chow data.
void gatherRCData(const Elem &) override final
Should be a non-empty implementation if the residual object is a FVElementalKernel and introduces res...
A parent class for INSFV flow boundary conditions.
static InputParameters validParams()