Go to the documentation of this file.
45 #ifndef multiphaseSystem_H
46 #define multiphaseSystem_H
50 #include "phaseModel.H"
54 #include "dragModel.H"
104 friend bool operator==
113 friend bool operator!=
183 void correctContactAngle
228 tmp<volScalarField>
rho()
const;
231 tmp<scalarField>
rho(
const label patchi)
const;
234 tmp<volScalarField>
nu()
const;
237 tmp<scalarField>
nu(
const label patchi)
const;
240 tmp<volScalarField>
Cvm(
const phaseModel&
phase)
const;
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
tmp< volScalarField > nearInterface() const
virtual ~multiphaseSystem()=default
A class for handling words, derived from Foam::string.
tmp< volScalarField > rho() const
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.
Incompressible multi-phase mixture with built in solution for the phase fractions with interface comp...
interfacePair(const word &alpha1Name, const word &alpha2Name)
HashPtrTable< dragModel, interfacePair, interfacePair::symmHash > dragModelTable
const PtrDictionary< phaseModel > & phases() const
const phaseModel & phase(const label i) const
const volScalarField & alpha1
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
tmp< surfaceScalarField > surfaceTension(const phaseModel &phase) const
const word & name() const
interfacePair(const phaseModel &alpha1, const phaseModel &alpha2)
HashPtrTable< volScalarField, interfacePair, interfacePair::symmHash > dragCoeffFields
CGAL::Exact_predicates_exact_constructions_kernel K
const dimensionedScalar b
autoPtr< dragCoeffFields > dragCoeffs() const
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
PtrDictionary< phaseModel > & phases()
Base-class for all transport models used by the incompressible turbulence models.
Pair< word >::hasher hash
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Pair< word >::symmHasher symmHash
An ordered pair of two objects of type <T> with first() and second() elements.
tmp< volScalarField > dragCoeff(const phaseModel &phase, const dragCoeffFields &dragCoeffs) const
tmp< volVectorField > Svm(const phaseModel &phase) const
const dragModelTable & dragModels() const
tmp< volScalarField > nu() const
tmp< volScalarField > Cvm(const phaseModel &phase) const
Generic GeometricField class.
multiphaseSystem(const volVectorField &U, const surfaceScalarField &phi)