https://mooseframework.inl.gov
Loading...
Searching...
No Matches
heat_transfer
include
kernels
ADMatHeatSource.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
3
//*
4
//* All rights reserved, see COPYRIGHT for full restrictions
5
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6
//*
7
//* Licensed under LGPL 2.1, please see LICENSE for details
8
//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10
#pragma once
11
12
#include "
ADKernel.h
"
13
14
class
ADMatHeatSource
:
public
ADKernel
15
{
16
public
:
17
static
InputParameters
validParams
();
18
19
ADMatHeatSource
(
const
InputParameters
&
parameters
);
20
21
protected
:
22
virtual
ADReal
computeQpResidual
();
23
24
const
Real
_scalar
;
25
const
ADMaterialProperty<Real>
&
_material_property
;
26
};
ADKernel.h
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
ADKernelTempl
ADMatHeatSource
Definition
ADMatHeatSource.h:15
ADMatHeatSource::_material_property
const ADMaterialProperty< Real > & _material_property
Definition
ADMatHeatSource.h:25
ADMatHeatSource::_scalar
const Real _scalar
Definition
ADMatHeatSource.h:24
ADMatHeatSource::validParams
static InputParameters validParams()
Definition
ADMatHeatSource.C:15
ADMatHeatSource::computeQpResidual
virtual ADReal computeQpResidual()
Definition
ADMatHeatSource.C:33
ADMaterialProperty
ADKernelTempl::parameters
const InputParameters & parameters() const
InputParameters
Generated on Fri Aug 21 2026 13:41:03 for https://mooseframework.inl.gov by
1.9.8