kEpsilon: Minor update of the lookup of fvOptions
This commit is contained in:
parent
b4d7adcb01
commit
da86adf4eb
1 changed files with 1 additions and 3 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue