18 params.
addParam<
Real>(
"scalar", 1.0,
"Scalar multiplied by the body force term");
19 params.
addParam<MaterialPropertyName>(
20 "material_property", 1.0,
"Material property describing the body force");
27 _scalar(getParam<
Real>(
"scalar")),
28 _material_property(getADMaterialProperty<
Real>(
"material_property"))
virtual ADReal computeQpResidual()
static InputParameters validParams()
ADMatHeatSource(const InputParameters ¶meters)
const ADMaterialProperty< Real > & _material_property
const ADTemplateVariableTestValue< T > & _test
DualNumber< Real, DNDerivativeType, true > ADReal
static InputParameters validParams()
registerMooseObject("HeatTransferApp", ADMatHeatSource)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real