32 #ifndef ANTIOCH_CONSTANT_LEWIS_DIFFUSIVITY_H
33 #define ANTIOCH_CONSTANT_LEWIS_DIFFUSIVITY_H
46 template<
typename CoeffType=
double>
65 template<
typename StateType>
67 D_impl( const StateType& rho, const StateType&
cp, const StateType& k ) const
71 template<typename CoeffType>
77 template<
typename CoeffType>
83 template<
typename CoeffType>
92 #endif // ANTIOCH_CONSTANT_LEWIS_DIFFUSIVITY_H
#define antioch_assert_equal_to(expr1, expr2)
Base class for species diffusion models.
ConstantLewisDiffusivity(const CoeffType Le)
Compute species diffusivity based on constant Lewis number.
Scalar cp(Scalar T, Scalar a0, Scalar a1, Scalar a2, Scalar a3, Scalar a4, Scalar a5, Scalar a6)
void reset_coeffs_impl(const std::vector< CoeffType > &coeffs)
#define ANTIOCH_AUTOFUNC(Type, Expr)
const ANTIOCH_AUTO(StateType) KineticsTheoryThermalConductivity< ThermoEvaluator
The parameters are reduced parameters.
virtual ~ConstantLewisDiffusivity()