LaheyKEpsilon, mixtureKEpsilon: Correction to the BIT model

This commit is contained in:
Henry 2013-10-03 08:47:01 +01:00
parent 5f9b0eafbb
commit 5b7fe0b208
2 changed files with 4 additions and 4 deletions

View File

@ -195,8 +195,8 @@ tmp<volScalarField> LaheyKEpsilon<BasicTurbulenceModel>::bubbleG() const
Cp_
*(
pow3(magUr)
+ pow(fluid.drag(gas).K(magUr)*gas.d()/liquid.rho(), 3.0/4.0)
*pow(magUr, 9.0/4.0)
+ pow(fluid.drag(gas).K(magUr)*gas.d()/liquid.rho(), 4.0/3.0)
*pow(magUr, 5.0/3.0)
)
*gas
/gas.d()

View File

@ -489,8 +489,8 @@ tmp<volScalarField> mixtureKEpsilon<BasicTurbulenceModel>::bubbleG() const
*sqr(liquid)*liquid.rho()
*(
pow3(magUr)
+ pow(fluid.drag(gas).K(magUr)*gas.d()/liquid.rho(), 3.0/4.0)
*pow(magUr, 9.0/4.0)
+ pow(fluid.drag(gas).K(magUr)*gas.d()/liquid.rho(), 4.0/3.0)
*pow(magUr, 5.0/3.0)
)
*gas
/gas.d()