buoyantKEpsilon: support multiphase operation

This commit is contained in:
Henry
2014-04-29 11:42:49 +01:00
committed by Andrew Heather
parent 3885c4933d
commit b87f76cf30

View File

@ -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_);
}