mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
buoyantKEpsilon: support multiphase operation
This commit is contained in:
@ -107,7 +107,7 @@ buoyantKEpsilon<BasicTurbulenceModel>::Gcoef() const
|
||||
lookupObject<uniformDimensionedVectorField>("g");
|
||||
|
||||
return
|
||||
(this->Cmu_*this->k_/this->sigmak_)
|
||||
this->alpha_*(this->Cmu_/this->sigmak_)*this->k_
|
||||
*(g & fvc::grad(this->rho_))/(this->epsilon_ + this->epsilonMin_);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user