const FaceInfo * _face_info
An advection kernel that implements interpolation schemes specific to Navier-Stokes flow physics.
bool skipForBoundary(const FaceInfo &fi) const override
ADRealVectorValue velocity() const
Moose::FV::InterpMethod _velocity_interp_method
The interpolation method to use for the velocity.
virtual bool hasMaterialTimeDerivative() const =0
void initialSetup() override
Moose::FV::InterpMethod _advected_interp_method
The interpolation method to use for the advected quantity.
static InputParameters validParams()
const RhieChowInterpolatorBase & _rc_vel_provider
The Rhie-Chow user object that provides us with the velocity.
This interface gives the inheriting class information about all the different boundary conditions tha...
virtual VectorValue< ADReal > getVelocity(const Moose::FV::InterpMethod m, const FaceInfo &fi, const Moose::StateArg &time, const THREAD_ID tid, bool subtract_mesh_velocity) const =0
Retrieve a face velocity.
Moose::StateArg determineState() const