mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: LaheyKEpsilon: fixed incorrect multiple of alpha*rho added in commit 13cdbe3
This commit is contained in:
@ -194,7 +194,6 @@ tmp<volScalarField> LaheyKEpsilon<BasicTurbulenceModel>::bubbleG() const
|
|||||||
tmp<volScalarField> bubbleG
|
tmp<volScalarField> bubbleG
|
||||||
(
|
(
|
||||||
Cp_
|
Cp_
|
||||||
*liquid*liquid.rho()
|
|
||||||
*(
|
*(
|
||||||
pow3(magUr)
|
pow3(magUr)
|
||||||
+ pow(fluid.drag(gas).CdRe()*liquid.nu()/gas.d(), 4.0/3.0)
|
+ pow(fluid.drag(gas).CdRe()*liquid.nu()/gas.d(), 4.0/3.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user