From 38fc74e9586488d5386d54658797581ecf7391a6 Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Thu, 8 Sep 2011 12:37:38 +0100
Subject: [PATCH] qZeta: Corrected form of the first coefficient in the zeta
 equation Added original reference

---
 .../incompressible/RAS/qZeta/qZeta.C                |  2 +-
 .../incompressible/RAS/qZeta/qZeta.H                | 13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/src/turbulenceModels/incompressible/RAS/qZeta/qZeta.C b/src/turbulenceModels/incompressible/RAS/qZeta/qZeta.C
index 0b7b40ff602..25940abb9ef 100644
--- a/src/turbulenceModels/incompressible/RAS/qZeta/qZeta.C
+++ b/src/turbulenceModels/incompressible/RAS/qZeta/qZeta.C
@@ -308,7 +308,7 @@ void qZeta::correct()
       - fvm::laplacian(DzetaEff(), zeta_)
      ==
         (2.0*C1_ - 1)*G*zeta_/q_
-      - fvm::Sp((2.0*C2_ - dimensionedScalar(1.0))*f2()*zeta_/q_, zeta_)
+      - fvm::SuSp((2.0*C2_*f2() - dimensionedScalar(1.0))*zeta_/q_, zeta_)
       + E
     );
 
diff --git a/src/turbulenceModels/incompressible/RAS/qZeta/qZeta.H b/src/turbulenceModels/incompressible/RAS/qZeta/qZeta.H
index 8d03c1c57cf..ba8dc1b413f 100644
--- a/src/turbulenceModels/incompressible/RAS/qZeta/qZeta.H
+++ b/src/turbulenceModels/incompressible/RAS/qZeta/qZeta.H
@@ -28,6 +28,19 @@ Description
     Gibson and Dafa'Alla's q-zeta two-equation low-Re turbulence model
     for incompressible flows
 
+    References:
+    \verbatim
+        "Calculation of oscillating boundary layers with the
+        q-[zeta] turbulence model"
+        A.A. Dafa'Alla, E. Juntasaro and M.M. Gibson
+
+        Engineering Turbulence Modelling and Experiments 3:
+        Proceedings of the Third International Symposium,
+        Crete, Greece, May 27-29, 1996, p. 141.
+
+        Editors: Wolfgang Rodi and G. Bergeles
+    \endverbatim
+
 SourceFiles
     qZeta.C
 
-- 
GitLab