Go to the documentation of this file.
34 #ifndef orderedPhasePair_H
35 #define orderedPhasePair_H
37 #include "phasePair.H"
44 class aspectRatioModel;
50 class orderedPhasePair
virtual ~orderedPhasePair()
Destructor.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
virtual const phaseModel & continuous() const
Continuous phase.
A class for handling words, derived from string.
A class for managing temporary objects.
autoPtr< aspectRatioModel > aspectRatio_
Aspect ratio model.
const uniformDimensionedVectorField & g() const
Generic dimensioned Type class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual const phaseModel & dispersed() const
Dispersed phase.
virtual word name() const
Pair name.
virtual tmp< volScalarField > E() const
Aspect ratio.
orderedPhasePair(const phaseModel &dispersed, const phaseModel &continuous)
Construct from two phases and gravity.