mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
twoPhaseEulerFoam: Interpolate lift, wall-lubrication and turbulent dispersion forces
Reduces or eliminates staggering patterns due to cell-force imbalances Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1363
This commit is contained in:
@ -155,7 +155,11 @@ public:
|
||||
//- Return the wall lubrication force
|
||||
tmp<volVectorField> wallLubricationForce() const;
|
||||
|
||||
//- Return the wall lubrication force
|
||||
//- Return the turbulent diffusivity
|
||||
// Multiplies the phase-fraction gradient
|
||||
tmp<volScalarField> turbulentDiffusivity() const;
|
||||
|
||||
//- Return the turbulent dispersion force
|
||||
tmp<volVectorField> turbulentDispersionForce() const;
|
||||
|
||||
//- Solve for the two-phase-fractions
|
||||
|
||||
Reference in New Issue
Block a user