36 const std::set<SubdomainID> & block_ids,
37 const std::set<BoundaryID> & boundary_ids);
41 virtual void lmFace()
override;
45 "This kernel is applied for the pressure variable, but the pressure does not itself appear "
46 "in the weak form this kernel implements, so the scalarDirichlet method does not fit");
void mooseError(Args &&... args)
Implements all the methods for assembling a hybridized interior penalty discontinuous Galerkin (IPDG-...
virtual void scalarDirichlet(const Moose::Functor< Real > &) override
const unsigned int _rz_radial_coord
The radial coordinate index for RZ coordinate systems.
std::vector< const ADVariableValue * > _interior_vels
The velocities at interior element quadrature points.
std::vector< const ADVariableGradient * > _interior_vel_grads
The velocity gradients at interior element quadrature points.
virtual void scalarFace() override
virtual void lmFace() override
std::vector< const Moose::Functor< ADReal > * > _face_vels
The velocity functors used to evalute the velocity on element face quadrature points.
const Moose::CoordinateSystemType _coord_sys
The coordinate system.
virtual void scalarVolume() override
static InputParameters validParams()