From b0c5608b62799df82be55d89c1e78fc6f1ada6e3 Mon Sep 17 00:00:00 2001 From: Andrew Heather <a.heather@opencfd.co.uk> Date: Tue, 13 Mar 2018 12:32:16 +0000 Subject: [PATCH] TUT: Corrected turbulence Ck value - see #753 --- .../LES/channel395DFSEM/constant/turbulenceProperties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/incompressible/pimpleFoam/LES/channel395DFSEM/constant/turbulenceProperties b/tutorials/incompressible/pimpleFoam/LES/channel395DFSEM/constant/turbulenceProperties index 924410797a6..65cee397d36 100644 --- a/tutorials/incompressible/pimpleFoam/LES/channel395DFSEM/constant/turbulenceProperties +++ b/tutorials/incompressible/pimpleFoam/LES/channel395DFSEM/constant/turbulenceProperties @@ -25,7 +25,7 @@ LES kEqnCoeffs { Ce 1.048; - Ck 0.07; // 0.094; + Ck 0.02654; // set to approximate a Cs of 0.065 } printCoeffs on; -- GitLab