www.mooseframework.org
heat_conduction
include
kernels
ADHeatConduction.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://www.mooseframework.org
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 "ADDiffusion.h"
13
14
template
<ComputeStage>
15
class
ADHeatConduction
;
16
17
declareADValidParams
(
ADHeatConduction
);
18
19
template
<ComputeStage compute_stage>
20
class
ADHeatConduction
:
public
ADDiffusion<compute_stage>
21
{
22
public
:
23
static
InputParameters
validParams
();
24
25
ADHeatConduction
(
const
InputParameters & parameters);
26
27
protected
:
28
virtual
ADRealVectorValue
precomputeQpResidual
()
override
;
29
30
const
ADMaterialProperty
(Real) & _thermal_conductivity;
31
32
usingKernelGradMembers
;
33
};
ADHeatConduction::usingKernelGradMembers
usingKernelGradMembers
Definition:
ADHeatConduction.h:32
ADHeatConduction::ADMaterialProperty
const ADMaterialProperty(Real) &_thermal_conductivity
declareADValidParams
declareADValidParams(ADHeatConduction)
ADHeatConduction::ADHeatConduction
ADHeatConduction(const InputParameters ¶meters)
Definition:
ADHeatConduction.C:29
ADHeatConduction::precomputeQpResidual
virtual ADRealVectorValue precomputeQpResidual() override
Definition:
ADHeatConduction.C:37
ADHeatConduction
Definition:
ADHeatConduction.h:15
ADHeatConduction::validParams
static InputParameters validParams()
Definition:
ADHeatConduction.C:18
Generated on Sat Jan 25 2020 12:04:37 for www.mooseframework.org by
1.8.16