30 const std::set<SubdomainID> & block_ids,
31 const std::set<BoundaryID> & boundary_ids);
NavierStokesStressIPHDGAssemblyHelper(const MooseObject *const moose_obj, MooseVariableDependencyInterface *const mvdi, const TransientInterface *const ti, const MooseMesh &mesh, SystemBase &sys, const Assembly &assembly, const THREAD_ID tid, const std::set< SubdomainID > &block_ids, const std::set< BoundaryID > &boundary_ids)
static InputParameters validParams()
virtual void scalarDirichlet(const Moose::Functor< Real > &dirichlet_value) override
Implements all the methods for assembling a hybridized interior penalty discontinuous Galerkin (IPDG-...
virtual void scalarVolume() override
Computes a local residual vector for the weak form: (Dq, grad(w)) - (f, w) where D is the diffusivity...
const ADVariableValue & _pressure_face_sol
The pressure solution on element faces.
const unsigned int _rz_radial_coord
The radial coordinate index for RZ coordinate systems.
const MooseVariableFE< Real > & _pressure_var
The pressure variable on element interiors.
const Moose::CoordinateSystemType & _coord_sys
The coordinate system.
const MooseVariableFE< Real > & _pressure_face_var
The pressure variable on element faces.
virtual void scalarFace() override
Computes a local residual vector for the weak form: -<Dq*n, w> + < * (u - {u}) * n * n...
unsigned int _component
The velocity component this object is adding a residual for.
const ADVariableValue & _pressure_sol
The pressure solution on element interiors.