www.mooseframework.org
ADThermalConductivityTest.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 "ADMaterial.h"
13 
14 // Forward Declarations
15 template <ComputeStage>
17 
19 
20 template <ComputeStage compute_stage>
21 class ADThermalConductivityTest : public ADMaterial<compute_stage>
22 {
23 public:
24  ADThermalConductivityTest(const InputParameters & parameters);
25 
26 protected:
27  virtual void computeQpProperties();
28 
29 private:
30  ADMaterialProperty(Real) & _diffusivity;
31  const ADVariableValue & _temperature;
32  const ADVariableValue & _c;
33 
35 };
36 
ADThermalConductivityTest::usingMaterialMembers
usingMaterialMembers
Definition: ADThermalConductivityTest.h:34
ADThermalConductivityTest
Definition: ADThermalConductivityTest.h:16
ADThermalConductivityTest::computeQpProperties
virtual void computeQpProperties()
Definition: ADThermalConductivityTest.C:33
declareADValidParams
declareADValidParams(ADThermalConductivityTest)
ADThermalConductivityTest::ADThermalConductivityTest
ADThermalConductivityTest(const InputParameters &parameters)
Definition: ADThermalConductivityTest.C:22
ADThermalConductivityTest::_c
const ADVariableValue & _c
Definition: ADThermalConductivityTest.h:32
ADThermalConductivityTest::_temperature
const ADVariableValue & _temperature
Definition: ADThermalConductivityTest.h:31
ADThermalConductivityTest::ADMaterialProperty
ADMaterialProperty(Real) &_diffusivity