BUG: mantis #1362: wrong sign in turbulent dispersion models
This commit is contained in:
parent
7a9f25114e
commit
929c23fc19
2 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue