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:
Henry
2015-04-08 12:19:23 +01:00
parent 724b0fdb8c
commit 0be1e89204
19 changed files with 193 additions and 386 deletions

View File

@ -336,6 +336,13 @@ Foam::twoPhaseSystem::turbulentDispersionForce() const
}
Foam::tmp<Foam::volScalarField>
Foam::twoPhaseSystem::turbulentDiffusivity() const
{
return turbulentDispersion_->D();
}
void Foam::twoPhaseSystem::solve()
{
const Time& runTime = mesh_.time();