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:
@ -28,7 +28,23 @@ Group
|
|||||||
grpRASTurbulence
|
grpRASTurbulence
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Standard k-epsilon turbulence model
|
Mixture k-epsilon turbulence model for two-phase gas-liquid systems
|
||||||
|
|
||||||
|
The basic structure of the model is based on:
|
||||||
|
\verbatim
|
||||||
|
"Modelling of dispersed bubble and droplet ow at high phase fractions"
|
||||||
|
A. Behzadi, R.I. Issa , H. Rusche,
|
||||||
|
Chemical Engineering Science (59) 2004 pp.759-770.
|
||||||
|
\endverbatim
|
||||||
|
|
||||||
|
but an effective density for the gas is used in the averaging and an
|
||||||
|
alternative model for bubble-generated turbulence from:
|
||||||
|
\verbatim
|
||||||
|
"The simulation of multidimensional multiphase flows",
|
||||||
|
Lahey R.T.,
|
||||||
|
Nucl. Eng. & Design
|
||||||
|
(235) 2005 pp.1043-1060.
|
||||||
|
\endverbatim
|
||||||
|
|
||||||
The default model coefficients correspond to the following:
|
The default model coefficients correspond to the following:
|
||||||
\verbatim
|
\verbatim
|
||||||
@ -37,7 +53,7 @@ Description
|
|||||||
Cmu 0.09;
|
Cmu 0.09;
|
||||||
C1 1.44;
|
C1 1.44;
|
||||||
C2 1.92;
|
C2 1.92;
|
||||||
C3 -0.33;
|
C3 C2;
|
||||||
sigmak 1.0;
|
sigmak 1.0;
|
||||||
sigmaEps 1.3;
|
sigmaEps 1.3;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user