Go to the documentation of this file.
45 #ifndef multiphaseMixture_H
46 #define multiphaseMixture_H
61 class alphaContactAngleFvPatchScalarField;
105 friend bool operator==
114 friend bool operator!=
130 PtrDictionary<phase> phases_;
141 typedef HashTable<scalar, interfacePair, interfacePair::hash>
145 dimensionSet dimSigma_;
155 void solveAlphas(
const scalar cAlpha);
157 tmp<surfaceVectorField> nHatfv
163 tmp<surfaceScalarField> nHatf
169 void correctContactAngle
173 surfaceVectorField::Boundary& nHatb
176 void correctBoundaryContactAngle
178 const alphaContactAngleFvPatchScalarField& acap,
182 surfaceVectorField::Boundary& nHatb
185 tmp<volScalarField>
K(
const phase&
alpha1,
const phase&
alpha2)
const;
230 tmp<volScalarField>
rho()
const;
233 tmp<scalarField>
rho(
const label patchi)
const;
236 tmp<volScalarField>
mu()
const;
239 tmp<scalarField>
mu(
const label patchi)
const;
242 tmp<surfaceScalarField>
muf()
const;
245 tmp<volScalarField>
nu()
const;
248 tmp<scalarField>
nu(
const label patchi)
const;
251 tmp<surfaceScalarField>
nuf()
const;
const surfaceScalarField & rhoPhi() const
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
A class for handling words, derived from Foam::string.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
A class for managing temporary objects.
const volScalarField & alpha2
Template dictionary class which manages the storage associated with it.
multiphaseMixture(const volVectorField &U, const surfaceScalarField &phi)
Incompressible multi-phase mixture with built in solution for the phase fractions with interface comp...
tmp< volScalarField > nu() const
const volScalarField & alpha1
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
const word & name() const
CGAL::Exact_predicates_exact_constructions_kernel K
virtual ~multiphaseMixture()=default
const volVectorField & U() const
const surfaceScalarField & phi() const
const dimensionedScalar b
tmp< surfaceScalarField > nuf() const
tmp< surfaceScalarField > surfaceTensionForce() const
Pair< word >::symmHasher hash
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const PtrDictionary< phase > & phases() const
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
tmp< volScalarField > rho() const
Base-class for all transport models used by the incompressible turbulence models.
GeometricField< vector, fvPatchField, volMesh > volVectorField
tmp< volScalarField > mu() const
An ordered pair of two objects of type <T> with first() and second() elements.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Pair< word >::symmHasher hasher
tmp< volScalarField > nearInterface() const
Generic GeometricField class.
interfacePair(const word &alpha1Name, const word &alpha2Name)
interfacePair(const phase &alpha1, const phase &alpha2)
tmp< surfaceScalarField > muf() const