Skip to content
Snippets Groups Projects
Commit ed89d976 authored by Julius Bergmann's avatar Julius Bergmann Committed by Kutalmış Berçin
Browse files

BUG: LES: enable sigma model for compressible flows (fixes #2727)

parent 5614a571
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Copyright (C) 2013-2016 OpenFOAM Foundation Copyright (C) 2013-2016 OpenFOAM Foundation
Copyright (C) 2022 OpenCFD Ltd. Copyright (C) 2022-2023 OpenCFD Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of OpenFOAM. This file is part of OpenFOAM.
...@@ -131,6 +131,9 @@ makeLESModel(dynamicKEqn); ...@@ -131,6 +131,9 @@ makeLESModel(dynamicKEqn);
#include "dynamicLagrangian.H" #include "dynamicLagrangian.H"
makeLESModel(dynamicLagrangian); makeLESModel(dynamicLagrangian);
#include "sigma.H"
makeLESModel(sigma);
#include "SpalartAllmarasDES.H" #include "SpalartAllmarasDES.H"
makeLESModel(SpalartAllmarasDES); makeLESModel(SpalartAllmarasDES);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment