Skip to content
Snippets Groups Projects
Commit 95633ad1 authored by Henry's avatar Henry
Browse files

Added references

parent 8e0e06a1
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,25 @@ Group ...@@ -28,7 +28,25 @@ Group
grpRASTurbulence grpRASTurbulence
Description Description
Standard k-epsilon turbulence model Standard k-epsilon turbulence model for compressible flows
including RDT-based compression term.
Reference:
\verbatim
Standard model:
Launder, B.E., and Spalding, D.B.,
"Mathematical Models of Turbulence",
Academic Press, 1972.
Launder, B.E., and Spalding, D.B.,
"Computational Methods for Turbulent Flows",
Comp. Meth in Appl Mech & Eng'g, Vol 3, 1974, pp 269-289.
Compressible form including RDT-based compression term:
"k-epsilon equations for compressible reciprocating engine flows"
El Tahry, S. H.,
AIAA Journal of Energy 7, 1983, pp 345-353.
\endverbatim
The default model coefficients correspond to the following: The default model coefficients correspond to the following:
\verbatim \verbatim
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -29,7 +29,20 @@ Group ...@@ -29,7 +29,20 @@ Group
Description Description
Launder and Sharma low-Reynolds k-epsilon turbulence model for Launder and Sharma low-Reynolds k-epsilon turbulence model for
compressible and combusting flows. compressible and combusting flows including RDT-based compression term.
References:
\verbatim
"Application of the Energy-Dissipation Model of Turbulence
to the Calculation of Flow Near a Spinning Disc",
Launder, B. E. and Sharma, B. I.,
Letters in Heat and Mass Transfer, Vol. 1, No. 2, 1974, pp 131-138.
For the RDT-based compression term:
"k-epsilon equations for compressible reciprocating engine flows"
El Tahry, S. H.,
AIAA Journal of Energy 7, 1983, pp 345-353.
\endverbatim
The default model coefficients correspond to the following: The default model coefficients correspond to the following:
\verbatim \verbatim
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -28,7 +28,21 @@ Group ...@@ -28,7 +28,21 @@ Group
grpCmpRASTurbulence grpCmpRASTurbulence
Description Description
Renormalisation group k-epsilon turbulence model for compressible flows. Renormalisation group k-epsilon turbulence model for compressible flows
including RDT-based compression term.
References:
\verbatim
"Development of Turbulence Models for Shear Flow by a
Double Expansion Technique",
Yakhot, V., Orszag, S.A., Thangam, S., Gatski, T.B. and Speziale, C.G.",
Physics of Fluids A, Vol. 4, No. 7, 1992, pp 1510-1520.
For the RDT-based compression term:
"k-epsilon equations for compressible reciprocating engine flows"
El Tahry, S. H.,
AIAA Journal of Energy 7, 1983, pp 345-353.
\endverbatim
The default model coefficients correspond to the following: The default model coefficients correspond to the following:
\verbatim \verbatim
......
...@@ -35,7 +35,7 @@ Description ...@@ -35,7 +35,7 @@ Description
\verbatim \verbatim
"k-epsilon equations for compressible reciprocating engine flows" "k-epsilon equations for compressible reciprocating engine flows"
El Tahry, S. H., El Tahry, S. H.,
AIAA Journal of Energy 7 (1983), 345-353. AIAA Journal of Energy 7, 1983, pp 345-353.
\endverbatim \endverbatim
The default model coefficients correspond to the following: The default model coefficients correspond to the following:
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -30,6 +30,14 @@ Group ...@@ -30,6 +30,14 @@ Group
Description Description
Renormalisation group k-epsilon turbulence model for incompressible flows. Renormalisation group k-epsilon turbulence model for incompressible flows.
References:
\verbatim
"Development of Turbulence Models for Shear Flow by a
Double Expansion Technique",
Yakhot, V., Orszag, S.A., Thangam, S., Gatski, T.B. and Speziale, C.G.",
Physics of Fluids A, Vol. 4, No. 7, 1992, pp 1510-1520.
\endverbatim
The default model coefficients correspond to the following: The default model coefficients correspond to the following:
\verbatim \verbatim
RNGkEpsilonCoeffs RNGkEpsilonCoeffs
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -30,6 +30,17 @@ Group ...@@ -30,6 +30,17 @@ Group
Description Description
Standard k-epsilon turbulence model for incompressible flows. Standard k-epsilon turbulence model for incompressible flows.
Reference:
\verbatim
Launder, B.E., and Spalding, D.B.,
"Mathematical Models of Turbulence",
Academic Press, 1972.
Launder, B.E., and Spalding, D.B.,
"Computational Methods for Turbulent Flows",
Comp. Meth in Appl Mech & Eng'g, Vol 3, 1974, pp 269-289.
\endverbatim
The default model coefficients correspond to the following: The default model coefficients correspond to the following:
\verbatim \verbatim
kEpsilonCoeffs kEpsilonCoeffs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment