www.mooseframework.org
misc
test
include
materials
ADSoretCoeffTest.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
template
<ComputeStage>
15
class
ADSoretCoeffTest
;
16
17
declareADValidParams
(
ADSoretCoeffTest
);
18
19
template
<ComputeStage compute_stage>
20
class
ADSoretCoeffTest
:
public
ADMaterial<compute_stage>
21
{
22
public
:
23
ADSoretCoeffTest
(
const
InputParameters & parameters);
24
25
protected
:
26
virtual
void
computeQpProperties
();
27
28
const
ADVariableValue &
_coupled_var
;
29
const
ADVariableValue &
_temp
;
30
31
ADMaterialProperty
(Real) & _soret_coeff;
32
33
usingMaterialMembers
;
34
};
35
ADSoretCoeffTest::usingMaterialMembers
usingMaterialMembers
Definition:
ADSoretCoeffTest.h:33
declareADValidParams
declareADValidParams(ADSoretCoeffTest)
ADSoretCoeffTest::computeQpProperties
virtual void computeQpProperties()
Definition:
ADSoretCoeffTest.C:29
ADSoretCoeffTest::ADSoretCoeffTest
ADSoretCoeffTest(const InputParameters ¶meters)
Definition:
ADSoretCoeffTest.C:19
ADSoretCoeffTest::_coupled_var
const ADVariableValue & _coupled_var
Definition:
ADSoretCoeffTest.h:28
ADSoretCoeffTest
Definition:
ADSoretCoeffTest.h:15
ADSoretCoeffTest::_temp
const ADVariableValue & _temp
Definition:
ADSoretCoeffTest.h:29
ADSoretCoeffTest::ADMaterialProperty
ADMaterialProperty(Real) &_soret_coeff
Generated on Sat Jan 25 2020 12:04:37 for www.mooseframework.org by
1.8.16