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

TurbulenceModels/phaseCompressible/RAS/continuousGasKEpsilon: Added support for fvOptions

parent 352f4ab8
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ License ...@@ -24,7 +24,7 @@ License
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#include "continuousGasKEpsilon.H" #include "continuousGasKEpsilon.H"
#include "addToRunTimeSelectionTable.H" #include "fvOptions.H"
#include "twoPhaseSystem.H" #include "twoPhaseSystem.H"
#include "virtualMassModel.H" #include "virtualMassModel.H"
...@@ -136,6 +136,7 @@ void continuousGasKEpsilon<BasicTurbulenceModel>::correctNut() ...@@ -136,6 +136,7 @@ void continuousGasKEpsilon<BasicTurbulenceModel>::correctNut()
volScalarField omega((1 - expThetar)/(1 + expThetar)); volScalarField omega((1 - expThetar)/(1 + expThetar));
nutEff_ = omega*liquidTurbulence.nut(); nutEff_ = omega*liquidTurbulence.nut();
fv::options::New(this->mesh_).correct(nutEff_);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment