BUG: LaheyKEpsilon: fixed incorrect multiple of alpha*rho added in commit 13cdbe3

This commit is contained in:
william 2014-03-21 10:02:06 +00:00 committed by Andrew Heather
parent 01813d0339
commit cb8bfed44e

View File

@ -194,7 +194,6 @@ tmp<volScalarField> LaheyKEpsilon<BasicTurbulenceModel>::bubbleG() const
tmp<volScalarField> bubbleG
(
Cp_
*liquid*liquid.rho()
*(
pow3(magUr)
+ pow(fluid.drag(gas).CdRe()*liquid.nu()/gas.d(), 4.0/3.0)