Skip to content
Snippets Groups Projects
Commit cb8bfed4 authored by william's avatar william Committed by Andrew Heather
Browse files

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

parent 01813d03
Branches
Tags
No related merge requests found
......@@ -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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment