LaheyKEpsilon, mixtureKEpsilon: Correction to the BIT model
This commit is contained in:
parent
5f9b0eafbb
commit
5b7fe0b208
@ -195,8 +195,8 @@ tmp<volScalarField> LaheyKEpsilon<BasicTurbulenceModel>::bubbleG() const
|
|||||||
Cp_
|
Cp_
|
||||||
*(
|
*(
|
||||||
pow3(magUr)
|
pow3(magUr)
|
||||||
+ pow(fluid.drag(gas).K(magUr)*gas.d()/liquid.rho(), 3.0/4.0)
|
+ pow(fluid.drag(gas).K(magUr)*gas.d()/liquid.rho(), 4.0/3.0)
|
||||||
*pow(magUr, 9.0/4.0)
|
*pow(magUr, 5.0/3.0)
|
||||||
)
|
)
|
||||||
*gas
|
*gas
|
||||||
/gas.d()
|
/gas.d()
|
||||||
|
@ -489,8 +489,8 @@ tmp<volScalarField> mixtureKEpsilon<BasicTurbulenceModel>::bubbleG() const
|
|||||||
*sqr(liquid)*liquid.rho()
|
*sqr(liquid)*liquid.rho()
|
||||||
*(
|
*(
|
||||||
pow3(magUr)
|
pow3(magUr)
|
||||||
+ pow(fluid.drag(gas).K(magUr)*gas.d()/liquid.rho(), 3.0/4.0)
|
+ pow(fluid.drag(gas).K(magUr)*gas.d()/liquid.rho(), 4.0/3.0)
|
||||||
*pow(magUr, 9.0/4.0)
|
*pow(magUr, 5.0/3.0)
|
||||||
)
|
)
|
||||||
*gas
|
*gas
|
||||||
/gas.d()
|
/gas.d()
|
||||||
|
Loading…
Reference in New Issue
Block a user