27 #ifndef ANTIOCH_MIXTURE_TRANSPORT_BASE_H
28 #define ANTIOCH_MIXTURE_TRANSPORT_BASE_H
36 template<
class CoeffType=
double>
61 template<
class CoeffType>
63 : _transport_mixture(transport_mixture)
66 template<
class CoeffType>
70 return _transport_mixture.chemical_mixture();
73 template<
class CoeffType>
77 return _transport_mixture;
80 template<
class CoeffType>
84 return _transport_mixture;
89 #endif // ANTIOCH_MIXTURE_TRANSPORT_BASE_H
const TransportMixture< CoeffType > & _transport_mixture
const ChemicalMixture< CoeffType > & chemical_mixture() const
const TransportMixture< CoeffType > & mixture() const
Base class for MixtureViscosity, MixtureConductivity, etc.
Class storing chemical mixture properties.
virtual ~MixtureTransportBase()
Class storing chemical mixture properties.
The parameters are reduced parameters.
const TransportMixture< CoeffType > & transport_mixture() const