Skip to content
Snippets Groups Projects
Commit 08a1b11d authored by Henry Weller's avatar Henry Weller
Browse files

TurbulenceModels/phaseCompressible/RAS/LaheyKEpsilon: Added support for fvOptions

parent af2dd0f4
Branches
Tags
1 merge request!33Merge foundation
......@@ -24,9 +24,8 @@ License
\*---------------------------------------------------------------------------*/
#include "LaheyKEpsilon.H"
#include "addToRunTimeSelectionTable.H"
#include "fvOptions.H"
#include "twoPhaseSystem.H"
#include "dragModel.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......@@ -176,6 +175,9 @@ void LaheyKEpsilon<BasicTurbulenceModel>::correctNut()
*(mag(this->U_ - gasTurbulence.U()));
this->nut_.correctBoundaryConditions();
fv::options::New(this->mesh_).correct(this->nut_);
BasicTurbulenceModel::correctNut();
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment