27 #ifndef ANTIOCH_KINETICS_THEORY_THERMAL_CONDUCTIVITY_BUILDING_H
28 #define ANTIOCH_KINETICS_THEORY_THERMAL_CONDUCTIVITY_BUILDING_H
42 template <
typename NumericType>
43 class TransportMixture;
47 template<
class MicroThermo,
class NumericType>
49 const MicroThermo& thermo )
51 for(
unsigned int s = 0; s < k.mixture().n_species(); s++)
53 std::vector<NumericType> coeffs(2);
54 coeffs[0] = k.mixture().transport_species()[s]->rotational_relaxation();
55 coeffs[1] = k.mixture().transport_species()[s]->LJ_depth();
56 k.add(s,coeffs,thermo);
62 #endif // ANTIOCH_KINETICS_THEORY_THERMAL_CONDUCTIVITY_BUILDING_H
void build_kinetics_theory_thermal_conductivity(MixtureConductivity< KineticsTheoryThermalConductivity< MicroThermo, NumericType >, NumericType > &k, const MicroThermo &thermo)
Conductivity based on kinetic theory of mixtures approximations.
Container class for species thermal conductivities.
The parameters are reduced parameters.