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

TurbulenceModels/phaseCompressible/LES/SmagorinskyZhang: Added support for fvOptions

parent 12c4ba26
Branches
Tags
No related merge requests found
......@@ -24,6 +24,7 @@ License
\*---------------------------------------------------------------------------*/
#include "SmagorinskyZhang.H"
#include "fvOptions.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......@@ -142,6 +143,9 @@ void SmagorinskyZhang<BasicTurbulenceModel>::correctNut()
*(mag(this->U_ - gasTurbulence.U()));
this->nut_.correctBoundaryConditions();
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