Skip to content
Snippets Groups Projects
Commit 38fc74e9 authored by Henry's avatar Henry
Browse files

qZeta: Corrected form of the first coefficient in the zeta equation

Added original reference
parent c13aaf90
No related merge requests found
......@@ -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
);
......
......@@ -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
......
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