This is an automatically generated documentation by LaTeX2HTML utility. In case of any issue, please, contact us at info@cfdsupport.com.
Mixture type
In the second typedef, a template class pureMixture is used. This says, that our fluid is a single specie, not a mixture, and is most common of mixture types. Different classes are used for multiphase simulations, see following list:
pureMixture
reactingMixture
homogeneousMixture
inhomogeneousMixture
veryInhomogeneousMixture
egrMixture
multiComponentMixture
singleStepReactingMixture
Source code for class pureMixture can be found found in
In the figure is the inheritance diagram for pureMixture. Note, that this class does not inherit from its template parameter. This breaks an inheritance chain, which can be followed from the base class (i.e. specie in this case) up to sutherlandTransport. As a consequence of this, pureMixture and classes derived from it cannot directly access members of sutherlandTransport. Instead, pureMixture and other mixture classes contain member function to do so.