32 #ifndef ANTIOCH_EUCKEN_THERMAL_CONDUCTIVITY_H
33 #define ANTIOCH_EUCKEN_THERMAL_CONDUCTIVITY_H
42 template<
class ThermoEvaluator>
52 template <
typename CoeffType>
60 template <
typename StateType>
67 template <typename StateType>
72 template <typename StateType>
80 template <typename StateType>
85 typedef ThermoEvaluator micro_thermo_type;
95 template <typename StateType>
101 template <typename StateType>
107 template<class ThermoEvaluator>
108 template <typename StateType>
110 EuckenThermalConductivity<ThermoEvaluator>::op_with_diff_impl(
unsigned int s, const StateType& mu_s, const StateType & , const StateType & , const StateType & )
const
117 return trans(s,mu_s);
123 #endif // ANTIOCH_EUCKEN_THERMAL_CONDUCTIVITY_H
trans(const unsigned int s, const StateType &mu) const ANTIOCH_AUTOFUNC(StateType
mu T const ANTIOCH_AUTO(StateType) op_with_diff_impl(unsigned int s
Species conductivity based on Eucken relation.
mu T const const StateType const StateType & T
Base class for species conducitivity models.
EuckenThermalConductivity(const ThermoEvaluator &t, const std::vector< CoeffType > &)
#define ANTIOCH_AUTOFUNC(Type, Expr)
The parameters are reduced parameters.
const ThermoEvaluator & _thermo
mu T const const StateType & mu_s
op_no_diff_impl(const unsigned int s, const StateType &mu, const StateType &T) const ANTIOCH_AUTOFUNC(StateType
EuckenThermalConductivity(const ThermoEvaluator &t)
mu T const const StateType const StateType const StateType & rho_s
mu T const const StateType const StateType const StateType const StateType &Dss const
virtual ~EuckenThermalConductivity()