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

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

parent bdabd097
Branches
Tags
1 merge request!33Merge foundation
......@@ -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