ADReal computeSegregatedContribution() override
Compute the contribution which goes into the residual of the segregated system.
const Moose::Functor< ADReal > & _u
x-velocity
A flux boundary condition that momentum residual objects that add boundary flux terms should inherit ...
const Moose::Functor< ADReal > & _rho
The density.
void gatherRCData(const FaceInfo &) override
Should be a non-empty implementation if the residual object is a FVFluxKernel and introduces residual...
void gatherRCData(const Elem &) override final
Should be a non-empty implementation if the residual object is a FVElementalKernel and introduces res...
DualNumber< Real, DNDerivativeType, true > ADReal
const Moose::Functor< ADReal > *const _v
y-velocity
virtual const Moose::FunctorBase< ADReal > & epsFunctor() const
A virtual method that can be overridden in PINSFV classes to return a non-unity porosity.
const Moose::Functor< ADReal > *const _w
z-velocity
const unsigned int _dim
the dimension of the simulation
static InputParameters validParams()
const Moose::ConstantFunctor< ADReal > _unity_functor
A unity functor used in the epsFunctor virtual method.
ADReal computeAdvectedQuantity(const Moose::FaceArg &boundary_face, const Moose::StateArg &state)
Computes the advected quantity which is then used on gatherRCData and computeSegregatedContribution.
A class for finite volume fully developed outflow boundary conditions for the momentum equation It ad...
INSFVMomentumAdvectionOutflowBC(const InputParameters ¶ms)
A parent class for INSFV fully developed flow boundary conditions.