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