TurbulenceModels/phaseCompressible/LES/Niceno: Added support for fvOptions
This commit is contained in:
parent
cdb7b896bf
commit
d577e47b40
@ -24,9 +24,8 @@ License
|
|||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include "NicenoKEqn.H"
|
#include "NicenoKEqn.H"
|
||||||
#include "addToRunTimeSelectionTable.H"
|
#include "fvOptions.H"
|
||||||
#include "twoPhaseSystem.H"
|
#include "twoPhaseSystem.H"
|
||||||
#include "dragModel.H"
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
@ -165,6 +164,9 @@ void NicenoKEqn<BasicTurbulenceModel>::correctNut()
|
|||||||
*(mag(this->U_ - gasTurbulence.U()));
|
*(mag(this->U_ - gasTurbulence.U()));
|
||||||
|
|
||||||
this->nut_.correctBoundaryConditions();
|
this->nut_.correctBoundaryConditions();
|
||||||
|
fv::options::New(this->mesh_).correct(this->nut_);
|
||||||
|
|
||||||
|
BasicTurbulenceModel::correctNut();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user