class VoFSolver
:
public fluidSolver
{
protected:
// Phase properties
//- The compressible two-phase mixture
autoPtr<VoFMixture> mixturePtr_;
VoFMixture& mixture_;
//- Name of the alpha convection scheme
const word divAlphaName;
//- Phase-fraction flux Courant number
scalar alphaCoNum;
// Kinematic properties
//- Velocity field
volVectorField U_;
//- Volumetric flux field
surfaceScalarField phi_;