#include <ADMatHeatSource.h>
template<ComputeStage compute_stage>
class ADMatHeatSource< compute_stage >
Definition at line 15 of file ADMatHeatSource.h.
◆ ADMatHeatSource()
template<ComputeStage compute_stage>
Definition at line 28 of file ADMatHeatSource.C.
29 : ADKernel<compute_stage>(parameters),
30 _scalar(getParam<Real>(
"scalar")),
31 _material_property(getADMaterialProperty<Real>(
"material_property"))
◆ ADMaterialProperty()
template<ComputeStage compute_stage>
◆ computeQpResidual()
template<ComputeStage compute_stage>
◆ validParams()
template<ComputeStage compute_stage>
Definition at line 18 of file ADMatHeatSource.C.
21 params.addParam<Real>(
"scalar", 1.0,
"Scalar multiplied by the body force term");
22 params.addParam<MaterialPropertyName>(
23 "material_property", 1.0,
"Material property describing the body force");
◆ _scalar
template<ComputeStage compute_stage>
◆ usingKernelMembers
template<ComputeStage compute_stage>
The documentation for this class was generated from the following files: