Class implementing a flux boundary condition for linear finite volume pressure variables used in the ...
virtual Real computeBoundaryGradientMatrixContribution() const override
const Moose::Functor< RealVectorValue > & _Ainv
The functor for the 1/A tensor serving as a diffusion coefficient.
virtual Real computeBoundaryValue() const override
const unsigned short _dim
Spatial dimension of the mesh.
Real computeBoundaryAinv() const
Compute the scalar A^{-1} coefficient, which is zero before the first momentum assembly.
virtual Real computeBoundaryValueRHSContribution() const override
const Moose::Functor< Real > & _u
Velocity functors used to prescribe a boundary mass flux.
virtual Real computeBoundaryNormalGradient() const override
const Moose::Functor< Real > & _rho
Density functor used with the prescribed boundary velocity.
const Moose::Functor< Real > *const _w
virtual bool includesMaterialPropertyMultiplier() const override
const Moose::Functor< Real > *const _v
virtual Real computeBoundaryValueMatrixContribution() const override
static InputParameters validParams()
Real computeRequiredPressureFlux() const
Compute the required boundary pressure flux contribution.
virtual bool providesCompleteBoundaryFlux() const override
const bool _two_term_expansion
Whether to reconstruct the boundary pressure with the pressure flux and cell gradient.
virtual Real computeBoundaryGradientRHSContribution() const override
const Moose::Functor< Real > & _HbyA_flux
The H/A flux functor for this BC (can be variable, function, etc)
const InputParameters & parameters() const