www.mooseframework.org
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>
16 
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 
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 &parameters)
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