Turbulence free-stream boundary conditions
From CFD-Wiki
(added formulas for computíng turbulence model variables) |
|||
Line 7: | Line 7: | ||
Once an appropriate turbulence intensity and turbulent length scale or eddy viscosity ratio has been estimated the primitive turbulence model variables can be computed from the following formulas: | Once an appropriate turbulence intensity and turbulent length scale or eddy viscosity ratio has been estimated the primitive turbulence model variables can be computed from the following formulas: | ||
- | ==Turbulent energy | + | ===Turbulent energy=== |
The turbulent energy, <math>k</math>, can be computed as: | The turbulent energy, <math>k</math>, can be computed as: | ||
Line 15: | Line 15: | ||
Where <math>U</math> is the mean flow velocity and <math>I</math> is the [[turbulence intensity]]. | Where <math>U</math> is the mean flow velocity and <math>I</math> is the [[turbulence intensity]]. | ||
- | ==Dissipation rate | + | ===Dissipation rate=== |
+ | |||
+ | ====From the turbulent length scale==== | ||
The turbulent dissipation rate, <math>\epsilon</math>, can be computed as: | The turbulent dissipation rate, <math>\epsilon</math>, can be computed as: | ||
Line 23: | Line 25: | ||
Where <math>C_\mu</math> is a turbulence model constant which usually has a value of <math>0.09</math>, <math>k</math> is the turbulent energy and <math>l</math> is the [[turbulent length scale]] | Where <math>C_\mu</math> is a turbulence model constant which usually has a value of <math>0.09</math>, <math>k</math> is the turbulent energy and <math>l</math> is the [[turbulent length scale]] | ||
- | == | + | ====From the eddy viscosity ratio==== |
+ | |||
+ | If the eddy viscosity ratio is known instead of the turbulent length scale the turbulent dissipation rate, <math>\epsilon</math>, can be computed as: | ||
+ | |||
+ | :<math>\epsilon = C_\mu \, \frac{\rho \, k^2}{\mu} \, (\frac{\mu_t}{\mu})^{-1}</math> | ||
+ | |||
+ | Where <math>C_\mu</math> is a turbulence model constant which usually has a value of <math>0.09</math>, <math>k</math> is the turbulent energy, <math>\rho</math> is the density, <math>\mu</math>is the molecular dynamic viscosity and <math>\frac{\mu_t}{\mu}</math> is the [[eddy viscosity ratio]] | ||
+ | |||
+ | ===Specific dissipation rate=== | ||
{{stub}} | {{stub}} |
Revision as of 22:53, 18 April 2006
In most CFD simulations it is necessary to specify values of the turbulence variables at the inlets. For example, if you are using a model you have to specify values of and at the inlets. This is often difficult and a source of uncertainty since the incoming turbulence is rarely known exactly. Most often you are forced to make a more or less educated guess of the incoming turbulence.
Estimating the turbulence model variables, like turbulent energy, dissipation or Reynolds stresses, directly is often difficult. Instead it is easier to think in terms of variables like the incoming turbulence intensity and turbulent length scale or eddy viscosity ratio. These properties are more intuitive to understand and can more easily be related to physical characteristics of the problem.
Contents |
Formulas for computing the turbulence model variables
Once an appropriate turbulence intensity and turbulent length scale or eddy viscosity ratio has been estimated the primitive turbulence model variables can be computed from the following formulas:
Turbulent energy
The turbulent energy, , can be computed as:
Where is the mean flow velocity and is the turbulence intensity.
Dissipation rate
From the turbulent length scale
The turbulent dissipation rate, , can be computed as:
Where is a turbulence model constant which usually has a value of , is the turbulent energy and is the turbulent length scale
From the eddy viscosity ratio
If the eddy viscosity ratio is known instead of the turbulent length scale the turbulent dissipation rate, , can be computed as:
Where is a turbulence model constant which usually has a value of , is the turbulent energy, is the density, is the molecular dynamic viscosity and is the eddy viscosity ratio