Base class for function objects.
const Function *const _velocity_function
The velocity as a function.
const InputParameters & parameters() const
Get the parameters of the object.
const Function *const _primal_dirichlet
Dirichlet value for the primal variable.
virtual ADReal computeQpResidual() override
Compute this IntegratedBC's contribution to the residual at the current quadrature point...
DualNumber< Real, DNDerivativeType, true > ADReal
ADConservativeAdvectionBC(const InputParameters ¶meters)
const ADMaterialProperty< Real > & _primal_coeff
Coefficient for multiplying the primal Dirichlet value.
Base class for deriving any boundary condition of a integrated type.
const ADMaterialProperty< RealVectorValue > *const _velocity_mat_prop
The velocity as a material property.
const MooseArray< ADReal > & _adv_quant
The advected quantity.
static InputParameters validParams()
A boundary condition for when the advection term is integrated by parts.