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");
This calculates the time derivative of a coupled variable scaled by a material property.
const ADMaterialProperty< Real > & _mat_prop
Scaling factor as an AD material property.
registerMooseObject("MooseApp", ADScaledCoupledTimeDerivative)
static InputParameters validParams()
DualNumber< Real, DNDerivativeType, true > ADReal
ADScaledCoupledTimeDerivative(const InputParameters ¶meters)
virtual ADReal precomputeQpResidual() override
Called before forming the residual for an element.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual ADReal precomputeQpResidual() override
Called before forming the residual for an element.
static InputParameters validParams()
This calculates the time derivative for a coupled variable.
unsigned int _qp
The current quadrature point index.