27 #ifndef ANTIOCH_SPECIES_CONDUCTIVITY_BASE_H
28 #define ANTIOCH_SPECIES_CONDUCTIVITY_BASE_H
45 template<
class Sub
class>
55 template <
typename StateType>
57 operator()( const
unsigned int s, const StateType& mu, const StateType & T ) const
58 ANTIOCH_AUTOFUNC(StateType, static_cast<const Subclass*>(this)->op_no_diff_impl(s,mu,T))
62 template <typename StateType>
64 operator()(
unsigned int s, const StateType& mu_s, const StateType & T, const StateType & rho_s, const StateType & Dss) const
65 ANTIOCH_AUTOFUNC(StateType, static_cast<const Subclass*>(this)->op_with_diff_impl(s,mu_s,T,rho_s,Dss))
70 #endif // ANTIOCH_SPECIES_CONDUCTIVITY_BASE_H
SpeciesConductivityBase()
virtual ~SpeciesConductivityBase()
Base class for species conducitivity models.
#define ANTIOCH_AUTOFUNC(Type, Expr)
const ANTIOCH_AUTO(StateType) KineticsTheoryThermalConductivity< ThermoEvaluator
The parameters are reduced parameters.