Skip to content
Snippets Groups Projects
Commit 1417d523 authored by william's avatar william Committed by Andrew Heather
Browse files

BUG: mantis #1362: wrong sign in turbulent dispersion models

parent 0fc33b2e
Branches
Tags
No related merge requests found
......@@ -83,7 +83,7 @@ Foam::turbulentDispersionModels::Gosman::F() const
);
return
- 0.75
0.75
*drag.CdRe()
*pair_.dispersed()
*pair_.continuous().nu()
......
......@@ -74,7 +74,7 @@ Foam::turbulentDispersionModels::constantTurbulentDispersionCoefficient::
F() const
{
return
- Ctd_
Ctd_
*pair_.dispersed()
*pair_.continuous().rho()
*pair_.continuous().turbulence().k()
......
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