mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
driftFluxFoam/relativeVelocityModels: added access to mixture
This commit is contained in:
@ -125,6 +125,12 @@ public:
|
|||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|
||||||
|
//- Mixture properties
|
||||||
|
const incompressibleTwoPhaseInteractingMixture& mixture() const
|
||||||
|
{
|
||||||
|
return mixture_;
|
||||||
|
}
|
||||||
|
|
||||||
//- Return the mixture mean density
|
//- Return the mixture mean density
|
||||||
tmp<volScalarField> rho() const;
|
tmp<volScalarField> rho() const;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user