Skip to content
Snippets Groups Projects
Commit d6b3f44a authored by Henry's avatar Henry Committed by Andrew Heather
Browse files

driftFluxFoam/relativeVelocityModels: added access to mixture

parent c7cf4d9d
Branches
Tags
No related merge requests found
...@@ -125,6 +125,12 @@ public: ...@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment