mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: mantis #1362: wrong sign in turbulent dispersion models
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user