21 params.addParam<
bool>(
24 "Whether the time derivative term should contribute to Rhie-Chow coefficients");
25 params.addParamNamesToGroup(
"contribute_to_rc",
"Advanced");
32 _contribute_to_rc_coeffs(getParam<bool>(
"contribute_to_rc"))
40 std::array<ADReal, 1>{{residual}},
41 std::array<dof_id_type, 1>{{dof_index}},
void addResidualsAndJacobian(Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor)
void addResidualAndJacobian(const ADReal &residual, dof_id_type dof)
Process into either the system residual or Jacobian.
static InputParameters validParams()
DualNumber< Real, DNDerivativeType, true > ADReal
static InputParameters validParams()
INSFVTimeKernel(const InputParameters ¶ms)
All objects that contribute to pressure-based (e.g.
static InputParameters validParams()
void scalingFactor(const std::vector< Real > &factor)
MooseVariableFV< Real > & _var