mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C: updated drag pre-factor
This commit is contained in:
@ -629,8 +629,9 @@ Foam::multiphaseSystem::dragCoeffs() const
|
|||||||
(
|
(
|
||||||
max
|
max
|
||||||
(
|
(
|
||||||
fvc::average(dm.phase1())*fvc::average(dm.phase2()),
|
//fvc::average(dm.phase1()*dm.phase2()),
|
||||||
//dm.phase1()*dm.phase2(),
|
//fvc::average(dm.phase1())*fvc::average(dm.phase2()),
|
||||||
|
dm.phase1()*dm.phase2(),
|
||||||
dm.residualPhaseFraction()
|
dm.residualPhaseFraction()
|
||||||
)
|
)
|
||||||
*dm.K
|
*dm.K
|
||||||
|
|||||||
Reference in New Issue
Block a user