Moose::GenericType< Real, is_ad > GenericReal
Base class for function objects.
const bool _user_supplied_adv_quant
Flag to check if user has supplied an advective quantity or not.
ConservativeAdvectionBCTempl(const InputParameters ¶meters)
static InputParameters validParams()
const InputParameters & parameters() const
Get the parameters of the object.
ConservativeAdvectionBCTempl< true > ADConservativeAdvectionBC
static InputParameters validParams()
const GenericMaterialProperty< Real, is_ad > & _primal_coeff
Coefficient for multiplying the primal Dirichlet value.
virtual GenericReal< is_ad > computeQpResidual() override
Method for computing the residual at quadrature points.
const Function *const _velocity_function
The velocity as a function.
const MooseArray< GenericReal< is_ad > > & _adv_quant
The advected quantity.
const Function *const _primal_dirichlet
Dirichlet value for the primal variable.
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
usingGenericIntegratedBCMembers
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
ConservativeAdvectionBC(const InputParameters ¶meters)
const GenericMaterialProperty< RealVectorValue, is_ad > *const _velocity_mat_prop
The velocity as a material property.
virtual Real computeQpJacobian() override
Method for computing the diagonal Jacobian at quadrature points.
A boundary condition for when the advection term is integrated by parts.