Changes between Version 25 and Version 26 of doc/app/examples/turbinf


Ignore:
Timestamp:
Dec 5, 2019 10:47:24 AM (6 years ago)
Author:
oliver.maas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/examples/turbinf

    v25 v26  
    3939    The recycled turbulence, which is mapped from the recycling plane to the inflow boundary, can be shifted in y direction. This y-shift reduces persistent streaks that may occur within the recycling domain. To use the y-shift set [../../initialization_parameters#y_shift y_shift] to a non-zero value. The distance of the y-shift is given in number of processors (PE) and should be roughly equal to the boundary layer height. For an effective reduction of streaks it is important that the flow passes the domain many times until it is shifted to its initial y-position. The number of flowthroughs is given by the least common multiple of y_shift and [../../initialization_parameters#npey npey] divided by y_shift. Note that this is only true for a perfectly x-aligned flow. For further details refer to Munters (2016; ​http://www.dx.doi.org/10.1063/1.4941912).
    4040
     41    If surface heating/cooling or a surface waterflux is applied, a horizontal temperature (humidity) gradient inside the boundary layer will develop, because the temperature/humidity profiles at the inflow are constant. The resulting horizontal differences in buoyancy can trigger an undesired circulation inside the entire domain and instabilities at the inflow boundary (see pt_damping_factor). These effects can be avoided by setting [../../initialization_parameters#recycling_method_for_thermodynamic_quantities recycling_method_for_thermodynamic_quantities] = 'absolute_value'. In this case, the absolute instantaneous values of theta (and q if humidity = .TRUE.) are recycled, so that the potential temperature (humidity) values at the inflow boundary and the recycling plane are identical. With this method there is no horizontal temperature (humidity) gradient and thus the circulation and the instabilities at the inflow boundary will not occur. The mean inflow profile of the potential temperature (humidity) will now change in time (growing boundary layer), in contrast to the inflow profile of all other quantities (e.g. u,v,w) that are constant. In order to avoid this mismatch, the boundary layer height should be kept constant by applying a [../../initialization_parameters#large_scale_subsidence large_scale_subsidence] to scalar quantities. Note that [../../initialization_parameters#pt_damping_factor pt_damping_factor] has no effect if recycling_method_for_thermodynamic_quantities = 'absolute_value'.
     42
    4143  * When starting the main run, [wiki:doc/app/palmrun palmrun] must be told to provide the binary data of the restart run which is done by adding 'rec' to the activation-string list of the palmrun command (option {{{-a}}}, see job control with [wiki:doc/app/palmrun palmrun]).
    4244