mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
TurbulenceModels/phaseCompressible/RAS/continuousGasKEpsilon: Added support for fvOptions
This commit is contained in:
@ -24,7 +24,7 @@ License
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "continuousGasKEpsilon.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
#include "fvOptions.H"
|
||||
#include "twoPhaseSystem.H"
|
||||
#include "virtualMassModel.H"
|
||||
|
||||
@ -136,6 +136,7 @@ void continuousGasKEpsilon<BasicTurbulenceModel>::correctNut()
|
||||
volScalarField omega((1 - expThetar)/(1 + expThetar));
|
||||
|
||||
nutEff_ = omega*liquidTurbulence.nut();
|
||||
fv::options::New(this->mesh_).correct(nutEff_);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user