buoyantKEpsilon: support multiphase operation
This commit is contained in:
parent
ddf38857fc
commit
b4261cab4f
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ buoyantKEpsilon<BasicTurbulenceModel>::Gcoef() const
|
||||||
lookupObject<uniformDimensionedVectorField>("g");
|
lookupObject<uniformDimensionedVectorField>("g");
|
||||||
|
|
||||||
return
|
return
|
||||||
(this->Cmu_*this->k_/this->sigmak_)
|
this->alpha_*(this->Cmu_/this->sigmak_)*this->k_
|
||||||
*(g & fvc::grad(this->rho_))/(this->epsilon_ + this->epsilonMin_);
|
*(g & fvc::grad(this->rho_))/(this->epsilon_ + this->epsilonMin_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue