16 template <ComputeStage compute_stage>
21 params.addParam<MaterialPropertyName>(
"thermal_conductivity",
22 "thermal_conductivity",
23 "the name of the thermal conductivity material property");
24 params.set<
bool>(
"use_displaced_mesh") =
true;
28 template <ComputeStage compute_stage>
30 : ADDiffusion<compute_stage>(parameters),
31 _thermal_conductivity(getADMaterialProperty<Real>(
"thermal_conductivity"))
35 template <ComputeStage compute_stage>
39 return _thermal_conductivity[_qp] * ADDiffusion<compute_stage>::precomputeQpResidual();