#include <ADHeatConduction.h>
template<ComputeStage compute_stage>
class ADHeatConduction< compute_stage >
Definition at line 15 of file ADHeatConduction.h.
◆ ADHeatConduction()
template<ComputeStage compute_stage>
Definition at line 29 of file ADHeatConduction.C.
30 : ADDiffusion<compute_stage>(parameters),
31 _thermal_conductivity(getADMaterialProperty<Real>(
"thermal_conductivity"))
◆ ADMaterialProperty()
template<ComputeStage compute_stage>
◆ precomputeQpResidual()
template<ComputeStage compute_stage>
Definition at line 37 of file ADHeatConduction.C.
39 return _thermal_conductivity[_qp] * ADDiffusion<compute_stage>::precomputeQpResidual();
◆ validParams()
template<ComputeStage compute_stage>
Definition at line 18 of file ADHeatConduction.C.
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;
◆ usingKernelGradMembers
template<ComputeStage compute_stage>
The documentation for this class was generated from the following files: