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