34 #ifndef compressibleMultiphaseMixture_H 35 #define compressibleMultiphaseMixture_H 37 #include "phaseModel.H" 66 public Hash<interfacePair>
98 friend bool operator==
111 friend bool operator!=
160 void solveAlphas(
const scalar cAlpha);
184 TypeName(
"compressibleMultiphaseMixture");
Template dictionary class which manages the storage associated with it.
const volScalarField & rho() const
Return mixture density [kg/m^3].
virtual tmp< volScalarField > nu() const
Kinematic viscosity of mixture [m^2/s].
Hashing function class, shared by all the derived classes.
compressibleMultiphaseMixture(const volVectorField &U, const surfaceScalarField &phi)
Construct from components.
const surfaceScalarField & phi() const
Return the volumetric flux.
const dimensionedScalar b
Wien displacement law constant: default SI units: [m K].
volScalarField & alpha1(mixture.alpha1())
volScalarField & p()
Return pressure [Pa].
virtual ~compressibleMultiphaseMixture()
Destructor.
CGAL::Exact_predicates_exact_constructions_kernel K
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
tmp< volScalarField > nearInterface() const
Indicator of the proximity of the interface.
Dimension set for the base types.
An ordered pair of two objects of type <T> with first() and second() elements.
const fileName & name() const
Return the dictionary name.
void solve()
Solve for the mixture phase-fractions.
tmp< volScalarField > rCv() const
Return the phase-averaged reciprocal Cv.
const volVectorField & U() const
Return mixture velocity.
A class for handling words, derived from string.
label operator()(const interfacePair &key) const
void correctRho(const volScalarField &dp)
Update densities for given pressure change.
virtual void correctThermo()
Correct the thermodynamics of each phase.
TypeName("compressibleMultiphaseMixture")
Runtime type information.
volScalarField & T()
Return mixture temperature [K].
Abstract base class for all fluid physical properties.
const Type & second() const
Return second.
virtual tmp< volScalarField > alphaEff(const volScalarField &alphat) const
Effective thermal diffusivity of mixture [W/m/K].
const surfaceScalarField & rhoPhi() const
virtual void correct()
Update properties.
Mesh data needed to do the Finite Volume discretisation.
Hash function class for primitives. All non-primitives used to hash entries on hash tables likely nee...
const PtrDictionary< phaseModel > & phases() const
Return the phases.
A class for managing temporary objects.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
const Type & first() const
Return first.
tmp< surfaceScalarField > surfaceTensionForce() const