mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
twoPhaseEulerFoam/interfacialModels/turbulentDispersionModels/Burns: Corrected sign of the diffusivity
This commit is contained in:
@ -83,7 +83,7 @@ Foam::turbulentDispersionModels::Burns::D() const
|
||||
);
|
||||
|
||||
return
|
||||
- 0.75
|
||||
0.75
|
||||
*drag.CdRe()
|
||||
*pair_.continuous().nu()
|
||||
*pair_.continuous().turbulence().nut()
|
||||
|
||||
Reference in New Issue
Block a user