LinearFVScalarAdvection(const InputParameters ¶ms)
const FVAdvectedInterpolationMethod & _adv_interp_method
The interpolation method to use for the advected quantity.
User object responsible for determining the face fluxes using the Rhie-Chow interpolation in a segreg...
VectorValue< Real > _elem_grad_storage
Reusable gradient storage used when advected interpolation requires gradients.
virtual Real computeNeighborMatrixContribution() override
static InputParameters validParams()
bool _add_slip_model
Whether to use an additional slip velocity to compute the face flux.
virtual void setupFaceData(const FaceInfo *face_info) override
virtual Real computeElemRightHandSideContribution() override
const RhieChowMassFlux & _mass_flux_provider
The Rhie-Chow user object that provides us with the face velocity.
virtual Real computeElemMatrixContribution() override
Real _volumetric_face_flux
Container for the velocity on the face which will be reused in the advection term's matrix and right ...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeNeighborRightHandSideContribution() override
virtual Real computeBoundaryRHSContribution(const LinearFVBoundaryCondition &bc) override
VectorValue< Real > _neighbor_grad_storage
An advection kernel that implements the advection term for the passive scalar transport equation...
const Moose::Functor< ADReal > *const _v_slip
slip velocity in direction y
virtual Real computeBoundaryMatrixContribution(const LinearFVBoundaryCondition &bc) override
FVAdvectedInterpolationMethod::AdvectedSystemContribution _adv_interp_result
Cached weights/correction for the current face (refreshed in setupFaceData)
const Moose::Functor< ADReal > *const _w_slip
slip velocity in direction z
const Moose::Functor< ADReal > *const _u_slip
slip velocity in direction x