Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| turbulence_model [2012/07/10 18:18] – marenlie | turbulence_model [2012/07/30 23:15] (current) – removed enviadmin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Turbulence Model ====== | ||
| - | ===== Turbulence Model in ENVI-met ===== | ||
| - | |||
| - | ENVI-met uses the so-called 2-equation Turbulence Kinetic Energy (TKE) Model to predict the turbulence in the air. \\ | ||
| - | The first equation describes the distribution of the kinetic energy (E) in the air depending on production, advection, diffusion and destruction: | ||
| - | |||
| - | {{ :: | ||
| - | |||
| - | <WRAP centeralign>// | ||
| - | |||
| - | The second equation is similar but describes the Dissipation Rate of TKE (ε or eps): | ||
| - | |||
| - | {{ :: | ||
| - | |||
| - | <WRAP centeralign>// | ||
| - | |||
| - | Finally, the Turbulent Exchange Coefficient Km is a result of both: | ||
| - | |||
| - | {{ :: | ||
| - | |||
| - | <WRAP centeralign>// | ||
| - | |||
| - | As the result of the TKE-ε equation Km (via Ke and directly) is used as input data for the next calculation cycle, there is a non-linear feedback loop between the turbulent exchange coefficient and the TKE-ε equation. Once Km begins to be unstable, the TKE-ε equation system will get unstable too, producing even more unstable Km's in the next loop.\\ | ||
| - | To avoid numerical problems, several mechanisms have been introduced in ENVI-met making the turbulence model more reliable: | ||
| - | |||
| - | * [[Two-Step Calculation Loops (Initialisation)]] | ||
| - | * [[Intelligent Troubleshooting via Relaxation]] | ||
| - | * [[Range Limiting]] | ||
| - | |||
| - | In previous ENVI-met versions, it was suggested to calculate the turbulence field using the " | ||
| - | Today, we do not suggest to use the " | ||
| - | Recent computers are strong enough to use the " | ||
| - | **As the old update method was a huge source of error and frustration, | ||