mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: twoPhaseEulerFoam: corrected the definintion of K in turbulence models and in the segregated drag model
This commit is contained in:
@ -138,11 +138,7 @@ Foam::tmp<Foam::volScalarField> Foam::dragModels::segregated::K() const
|
||||
(
|
||||
pair_.rho()
|
||||
*pair_.magUr()
|
||||
/(
|
||||
magGradI
|
||||
*max(alpha1*alpha2, sqr(residualAlpha_))
|
||||
*muI
|
||||
)
|
||||
/(magGradI*muI)
|
||||
);
|
||||
|
||||
volScalarField lambda(m_*ReI + n_*muAlphaI/muI);
|
||||
|
||||
Reference in New Issue
Block a user