From ed89d976274e32671ef43985b13c4149f11e3053 Mon Sep 17 00:00:00 2001
From: Julius Bergmann <>
Date: Thu, 23 Mar 2023 09:52:29 +0000
Subject: [PATCH] BUG: LES: enable sigma model for compressible flows (fixes
 #2727)

---
 .../turbulentFluidThermoModels/turbulentFluidThermoModels.C  | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/turbulentFluidThermoModels.C b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/turbulentFluidThermoModels.C
index 7b2b78cd8ef..2c002892b71 100644
--- a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/turbulentFluidThermoModels.C
+++ b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/turbulentFluidThermoModels.C
@@ -6,7 +6,7 @@
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
     Copyright (C) 2013-2016 OpenFOAM Foundation
-    Copyright (C) 2022 OpenCFD Ltd.
+    Copyright (C) 2022-2023 OpenCFD Ltd.
 -------------------------------------------------------------------------------
 License
     This file is part of OpenFOAM.
@@ -131,6 +131,9 @@ makeLESModel(dynamicKEqn);
 #include "dynamicLagrangian.H"
 makeLESModel(dynamicLagrangian);
 
+#include "sigma.H"
+makeLESModel(sigma);
+
 #include "SpalartAllmarasDES.H"
 makeLESModel(SpalartAllmarasDES);
 
-- 
GitLab