driftFluxFoam/relativeVelocityModels: added access to mixture
This commit is contained in:
parent
cde7f593dc
commit
9484478a01
1 changed files with 6 additions and 0 deletions
|
|
@ -125,6 +125,12 @@ public:
|
|||
|
||||
// Member Functions
|
||||
|
||||
//- Mixture properties
|
||||
const incompressibleTwoPhaseInteractingMixture& mixture() const
|
||||
{
|
||||
return mixture_;
|
||||
}
|
||||
|
||||
//- Return the mixture mean density
|
||||
tmp<volScalarField> rho() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue