TurbulenceModels/phaseCompressible/RAS/continuousGasKEpsilon: Added support for fvOptions
This commit is contained in:
parent
15a2988cc4
commit
cb90aed637
1 changed files with 2 additions and 1 deletions
|
|
@ -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()
|
||||||
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_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue