38 mooseError(
"INSFVTimeKernels must implement gatherRCData and not computeQpResidual");
virtual void computeOffDiagJacobian()
void computeJacobian() override final
void addResidualAndJacobian(const ADReal &residual, dof_id_type dof)
Process into either the system residual or Jacobian.
const bool _contribute_to_rc_coeffs
Whether to contribute to RC coefficients.
All navier-stokes momentum time derivative terms should inherit from this class.
static InputParameters validParams()
DualNumber< Real, DNDerivativeType, true > ADReal
void gatherRCData(const FaceInfo &) override final
Should be a non-empty implementation if the residual object is a FVFluxKernel and introduces residual...
ADReal computeQpResidual() override final
const Elem *const & _current_elem
void computeOffDiagJacobian() override final
INSFVTimeKernel(const InputParameters ¶ms)
virtual void gatherRCData(const Elem &elem)=0
Should be a non-empty implementation if the residual object is a FVElementalKernel and introduces res...
All objects that contribute to pressure-based (e.g.
void computeResidual() override final
void computeResidualAndJacobian() override final
void mooseError(Args &&... args) const
virtual ~INSFVTimeKernel()=default