mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TurbulenceModels/phaseCompressible/RAS/continuousGasKEpsilon: Added support for fvOptions
This commit is contained in:
@ -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_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user