Go to the documentation of this file.
37 #ifndef multiphaseSystem_H
38 #define multiphaseSystem_H
40 #include "phaseSystem.H"
49 class virtualMassModel;
55 class multiphaseSystem
61 typedef HashTable<scalar, phasePairKey, phasePairKey::hash>
84 tmp<surfaceVectorField> nHatfv
90 tmp<surfaceScalarField> nHatf
96 void correctContactAngle
100 surfaceVectorField::Boundary& nHatb
103 tmp<volScalarField>
K
110 virtual tmp<volScalarField> Kd(
const phasePairKey&
key)
const = 0;
113 virtual tmp<volScalarField> Vm(
const phasePairKey&
key)
const = 0;
176 virtual void solve();
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
tmp< volScalarField > nearInterface() const
virtual ~multiphaseSystem()=default
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
const volScalarField & alpha2
auto key(const Type &t) -> typename std::enable_if< std::is_enum< Type >::value, typename std::underlying_type< Type >::type >::type
Incompressible multi-phase mixture with built in solution for the phase fractions with interface comp...
const volScalarField & alpha1
tmp< surfaceScalarField > surfaceTension(const phaseModel &phase) const
virtual PtrList< volScalarField > dmdts() const
CGAL::Exact_predicates_exact_constructions_kernel K
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
static const bool fillFields_
Mesh data needed to do the Finite Volume discretisation.
static autoPtr< multiphaseSystem > New(const fvMesh &mesh)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
declareRunTimeSelectionTable(autoPtr, multiphaseSystem, dictionary,(const fvMesh &mesh),(mesh))
TypeName("multiphaseSystem")
multiphaseSystem(const volVectorField &U, const surfaceScalarField &phi)