Changes between Version 20 and Version 21 of doc/tec/bc
- Timestamp:
- May 4, 2016 8:54:50 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/bc
v20 v21 229 229 230 230 == Turbulence recycling == 231 If non-cyclic horizontal boundary conditions are used, PALM offers the possibility of generating time-dependent turbulent inflow data by using a turbulence recycling method. The method follows the one described by [#lund1998 Lund et al. (1998)], with the modifications introduced by [#kataoka2002 Kataoka and Mizuno (2002)]. Figure 3gives an overview of the recycling method used in PALM.231 If non-cyclic horizontal boundary conditions are used, PALM offers the possibility of generating time-dependent turbulent inflow data by using a turbulence recycling method. The method follows the one described by [#lund1998 Lund et al. (1998)], with the modifications introduced by [#kataoka2002 Kataoka and Mizuno (2002)]. Figure 2 gives an overview of the recycling method used in PALM. 232 232 233 233 [[Image(03.png,600px,border=1)]] … … 256 256 sufficiently downstream of ''x'',,recycle,, to prevent effects on the turbulence at the inlet. 257 257 258 258 259 == Open outflow boundary conditions == 260 At the outflow boundary (outlet), the velocity components ''u,,i,,'' meet radiation boundary conditions, viz. 261 {{{ 262 #!Latex 263 \begin{align*} 264 \frac{\partial u_i}{\partial t} + U_{u_i} \frac{\partial u_i}{\partial n} = 0\,, 265 \end{align*} 266 }}} 267 as proposed by [#orlanski1976 Orlanski (1976)]. Here ''∂/∂n'' is the derivative normal to the outlet (i.e., ''∂/∂x'' in Figure 2 and ''U,,ui,,'' a transport velocity which includes wave propagation and advection. Rewriting the equation above yields the transport velocity 268 {{{ 269 #!Latex 270 \begin{align*} 271 U_{u_i} = -\left(\frac{\partial u_i}{\partial t}\right)\left(\frac{\partial u_i}{\partial n}\right)^{-1} 272 \end{align*} 273 }}} 274 that is calculated at interior grid points next to the outlet at the preceding time step for each velocity component. If the transport velocity, calculated by means of the equation for the transport velocity, is outside the range ''0 ≤ U,,ui,, ≤ '''Δ'''/Δt'', it is set to the respective threshold value that is exceeded. Because this local determination of ''U,,ui,,'' can show high variations in case of complex turbulent flows, it is averaged laterally to the direction of the outflow, so that it varies only in the vertical direction. Alternatively, the transport velocity can be set to the upper threshold value (''U,,ui,, = '''Δ'''/Δt'') for the entire outlet. Both equations mentioned in this section are discretized using an upstream method following [#miller1981 Miller and Thorpe (1981)]. As the radiation boundary condition does not ensure conservation of mass, a mass flux correction can be applied at the outlet. 259 275 260 276 == Topography == … … 276 292 cylinder using inflow turbulence. Wind Struct. 5: 379–392. 277 293 278 294 * [=#orlanski1976] '''Orlanski I.''' 1976. A simple boundary condition for unbounded hyperbolic flows. J. Comput. Phys. 21: 251–269. 295 296 * [=#miller1981] ''' Miller MJ, Thorpe AJ.''' 1981. Radiation conditions for the lateral boundaries of limited-area numerical models. Q. J. Roy. Meteor. Soc. 107: 615–628. 297