Version 4 (modified by gronemeier, 6 years ago) (diff) |
---|
\varepsilon\varepsilon= Turbulence Paramereization =
Page is under construction!
Since r????, PALM can be operated as a RANS (Reynolds-averaged Navier-Stokes) model. When running PALM as a RANS model, a different turbulence closure is used compared to the LES model where the turbulence kinetic energy (TKE) e is completely parameterized.
Two different turbulence models are available:
which are described below.
TKE-l model
The TKE-l model uses the following prognostic equation to calculate e:
where Km, Kh, and Ke are the eddy diffusivities of momentum and heat, and the diffusivity coefficient of the TKE, respectively, which are calculated via
with σe = 1. This can be altered via the namelist parameter rans_const_sigma. Here, Pr and l denote the Prandtl number and mixing length, respectively. The model constant c0 is set to 0.55 by default, but can be altered via the namelist parameter rans_const_c. The mixing length is defined using the mixing length lB according to Blackadar (1962) and the Dyer-Businger function Φm
where κ, f, Ug, L, and z denote the von-Karman constant, the Coriolis parameter, the geostrophic wind, the Monin-Obukhov length, and the height, respectively.
The dissipation rate of the TKE, ε, is calculated via
TKE-ε model
The TKE-ε model uses an additional prognostic equation to calculate the dissipation rate ε of the TKE:
The diffusivity coefficient Kε is defined as
with σε = 1.3. This can be altered via the namelist parameter rans_const_sigma.