18 params.addClassDescription(
19 "Extension of the ADCoupledTimeDerivative kernel that calculates the time derivative "
20 "of a coupled variable scaled by a material property.");
22 params.addRequiredParam<MaterialPropertyName>(
"mat_prop",
"Name of the material property factor");
DualNumber< Real, DNDerivativeType, true > ADReal
registerMooseObject("MooseApp", ADScaledCoupledTimeDerivative)
This calculates the time derivative for a coupled variable.
static InputParameters validParams()
virtual ADReal precomputeQpResidual() override
Called before forming the residual for an element.
This calculates the time derivative of a coupled variable scaled by a material property.
static InputParameters validParams()
const ADMaterialProperty< Real > & _mat_prop
Scaling factor as an AD material property.
virtual ADReal precomputeQpResidual() override
Called before forming the residual for an element.
ADScaledCoupledTimeDerivative(const InputParameters ¶meters)
unsigned int _qp
The current quadrature point index.