Skip to content
Snippets Groups Projects
Commit 642690db authored by Henry Weller's avatar Henry Weller
Browse files

kEpsilon: Minor update of the lookup of fvOptions

parent 633e2b12
Branches
Tags
No related merge requests found
......@@ -41,9 +41,7 @@ void kEpsilon<BasicTurbulenceModel>::correctNut()
{
this->nut_ = Cmu_*sqr(k_)/epsilon_;
this->nut_.correctBoundaryConditions();
fv::options& fvOptions(fv::options::New(this->mesh_));
fvOptions.correct(this->nut_);
fv::options::New(this->mesh_).correct(this->nut_);
BasicTurbulenceModel::correctNut();
}
......
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