antioch-0.4.0
conductivity_traits.h
Go to the documentation of this file.
1 //-----------------------------------------------------------------------bl-
2 //--------------------------------------------------------------------------
3 //
4 // Antioch - A Gas Dynamics Thermochemistry Library
5 //
6 // Copyright (C) 2014-2016 Paul T. Bauman, Benjamin S. Kirk,
7 // Sylvain Plessis, Roy H. Stonger
8 //
9 // Copyright (C) 2013 The PECOS Development Team
10 //
11 // This library is free software; you can redistribute it and/or
12 // modify it under the terms of the Version 2.1 GNU Lesser General
13 // Public License as published by the Free Software Foundation.
14 //
15 // This library is distributed in the hope that it will be useful,
16 // but WITHOUT ANY WARRANTY; without even the implied warranty of
17 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 // Lesser General Public License for more details.
19 //
20 // You should have received a copy of the GNU Lesser General Public
21 // License along with this library; if not, write to the Free Software
22 // Foundation, Inc. 51 Franklin Street, Fifth Floor,
23 // Boston, MA 02110-1301 USA
24 //
25 //-----------------------------------------------------------------------el-
26 
27 #ifndef ANTIOCH_CONDUCTIVITY_TRAITS_H
28 #define ANTIOCH_CONDUCTIVITY_TRAITS_H
29 
32 
33 namespace Antioch
34 {
35  template<typename ConductivityModel>
37 
38  template<typename ThermoEvaluator>
40  {
41  static bool const requires_diffusion = false;
42  };
43 
44  template <typename ThermoEvaluator, typename CoeffType>
45  struct ConductivityTraits<KineticsTheoryThermalConductivity<ThermoEvaluator,CoeffType> >
46  {
47  static bool const requires_diffusion = true;
48  };
49 
50 } // end namespace Antioch
51 
52 #endif // ANTIOCH_CONDUCTIVITY_TRAITS_H
Conductivity based on kinetic theory of mixtures approximations.
Species conductivity based on Eucken relation.
The parameters are reduced parameters.

Generated on Thu Jul 7 2016 11:09:45 for antioch-0.4.0 by  doxygen 1.8.8