mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
LaheyKEpsilon, mixtureKEpsilon: Correction to the BIT model
This commit is contained in:
@ -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()
|
||||
|
||||
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user