Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| architecture:behind_the_scenes [2012/08/30 00:10] – created marenlie | architecture:behind_the_scenes [2014/07/22 22:24] (current) – removed enviadmin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Behind the Scenes: The Mathematics ====== | ||
| - | Behind the friendly WINDOWS user interface there are a lot of nasty numerical routines doing hard work to calculate the climate in your model area. Just a few keyword, on what is used in ENVI-met: | ||
| - | |||
| - | Some modules require smaller time steps such as the turbulence, the pollutant dispersion model, especially if sedimentation processes are involved. To calculate the wind flow, the pressure is removed from the Navier-Stokes equations and an auxiliary flow field is computed first (splitting method). After that, the Poisson equation is solved to calculate the corresponding pressure perturbation field. Here, the SOR algorithm is used. It is a little bit slower than a direct method, but in general more " | ||