Go to the documentation of this file.
37 #ifndef multiphaseSystem_H
38 #define multiphaseSystem_H
40 #include "phaseSystem.H"
48 class virtualMassModel;
79 static const scalar convertToRad;
100 void correctContactAngle
104 surfaceVectorField::Boundary& nHatb
180 virtual void solve();
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
tmp< volScalarField > nearInterface() const
Indicator of the proximity of the interface.
virtual ~multiphaseSystem()
Destructor.
virtual void solve()
Solve for the phase fractions.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
A class for managing temporary objects.
tmp< volScalarField > sigma(const phasePairKey &key) const
Return the surface tension coefficient for a pair.
const volScalarField & alpha2
multiphaseSystem(const fvMesh &mesh)
Construct from fvMesh.
Class which solves the volume fraction equations for two phases.
const volScalarField & alpha1
tmp< surfaceScalarField > surfaceTension(const phaseModel &phase) const
Return the surface tension force.
virtual PtrList< volScalarField > dmdts() const
Return the mass transfer rates for each phase.
CGAL::Exact_predicates_exact_constructions_kernel K
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
static const bool fillFields_
Flag to indicate that returned lists of fields are "complete"; i.e.,.
Mesh data needed to do the Finite Volume discretisation.
static autoPtr< multiphaseSystem > New(const fvMesh &mesh)
const fvMesh & mesh() const
Return the mesh.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
declareRunTimeSelectionTable(autoPtr, multiphaseSystem, dictionary,(const fvMesh &mesh),(mesh))
Class to represent a system of phases and model interfacial transfers between them.
TypeName("multiphaseSystem")
Runtime type information.