Skip to content
Snippets Groups Projects
Commit b87f76cf authored by Henry's avatar Henry Committed by Andrew Heather
Browse files

buoyantKEpsilon: support multiphase operation

parent 3885c493
Branches
Tags
No related merge requests found
...@@ -107,7 +107,7 @@ buoyantKEpsilon<BasicTurbulenceModel>::Gcoef() const ...@@ -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_);
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment