Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

This commit is contained in:
andy
2011-09-08 16:06:30 +01:00
2 changed files with 14 additions and 1 deletions

View File

@ -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
);

View File

@ -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