mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -308,7 +308,7 @@ void qZeta::correct()
|
|||||||
- fvm::laplacian(DzetaEff(), zeta_)
|
- fvm::laplacian(DzetaEff(), zeta_)
|
||||||
==
|
==
|
||||||
(2.0*C1_ - 1)*G*zeta_/q_
|
(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
|
+ E
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -28,6 +28,19 @@ Description
|
|||||||
Gibson and Dafa'Alla's q-zeta two-equation low-Re turbulence model
|
Gibson and Dafa'Alla's q-zeta two-equation low-Re turbulence model
|
||||||
for incompressible flows
|
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
|
SourceFiles
|
||||||
qZeta.C
|
qZeta.C
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user