19 "This object adds Jacobian entries for the boundary displacement dependence on the velocity");
20 params.
addRequiredParam<MooseFunctorName>(
"velocity",
"The velocity at which to displace");
22 "component",
"What component of velocity/displacement this object is acting on.");
30 _component(getParam<unsigned short>(
"component"))
virtual ADReal computeQpResidual() override
const Elem *const & _current_elem
Moose::StateArg determineState() const
DualNumber< Real, DNDerivativeType, true > ADReal
const unsigned short _component
What component of velocity/displacement this object is acting on.
static InputParameters validParams()
const MooseArray< Point > & _q_point
const Moose::Functor< ADRealVectorValue > & _velocity
The velocity vector.
INSADDummyDisplaceBoundaryIntegratedBC(const InputParameters ¶meters)
static InputParameters validParams()
registerMooseObject("NavierStokesApp", INSADDummyDisplaceBoundaryIntegratedBC)
const QBase *const & _qrule
const unsigned int & _current_side
This object adds the sparsity dependence of the surface displacement degrees of freedom on surface ve...