Changes between Version 185 and Version 186 of doc/app/particle_parameters
- Timestamp:
- Feb 12, 2020 1:15:19 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/particle_parameters
v185 v186 73 73 Lateral boundary condition (x-direction) for particle transport. \\ 74 74 By default, cyclic boundary conditions are used along x. Alternatively, reflection ('''bc_par_lr''' = '' 'reflect' '') or absorption ('''bc_par_lr''' = '' 'absorb' '') can be set. \\ 75 This lateral boundary conditions should correspond to the lateral boundary condition used for the flow (see [../ini par#bc_lr bc_lr]).\\\\75 This lateral boundary conditions should correspond to the lateral boundary condition used for the flow (see [../initialization_parameters#bc_lr bc_lr]).\\\\ 76 76 In case of nested run the default value of 'bc_par_lr' in the nest domains is not 'cyclic' but 'nested' instead. For the root domain of a nested run the default is 'cyclic' as usually. 77 77 }}} … … 90 90 Lateral boundary condition (y-direction) for particle transport.\\ 91 91 By default, cyclic boundary conditions are used along y. Alternatively, reflection ('''bc_par_ns''' = '' 'reflect' '') or absorption (bc_par_ns = '' 'absorb' '') can be set. \\ 92 This lateral boundary conditions should correspond to the lateral boundary condition used for the flow (see [../ini par#bc_ns bc_ns]).\\\\92 This lateral boundary conditions should correspond to the lateral boundary condition used for the flow (see [../initialization_parameters#bc_ns bc_ns]).\\\\ 93 93 In case of nested run the default value of 'bc_par_ns' in the nest domains is not 'cyclic' but 'nested' instead. For the root domain of a nested run the default is 'cyclic' as usually. 94 94 }}} … … 276 276 The domain of the particle source, as well as the distance of released particles within this source, are determined via package parameters [#pst pst], [#psl psl], [#psr psr], [#pss pss], [#psn psn], [#psb psb], [#pdx pdx], [#pdy pdy] and [#pdz pdz]. By default, one particle is released at all points defined by these parameters. The package parameter [#particles_per_point particles_per_point] can be used to start more than one particle per point.\\\\ 277 277 Up to 10 different groups of particles can be released at the same time (see [#number_of_particle_groups number_of_particle_groups]) where each group may have a different source. All particles belonging to one group have the same density ratio and the same radius. All other particle features (e.g. location of the source) are identical for all groups of particles.\\\\ 278 Subgrid scale velocities can (optionally) be included for calculating the particle advection, using the method of Weil et al. (2004, JAS, 61, 2877-2887). This method is switched on by the package parameter [#use_sgs_for_particles use_sgs_for_particles]. This also forces the Euler/upstream method to be used for time advancement of the TKE (see initialization parameter [../ini par#use_upstream_for_tke use_upstream_for_tke]). The minimum time step during the sub-time steps is controlled by package parameter [#dt_min_part dt_min_part]. \\\\278 Subgrid scale velocities can (optionally) be included for calculating the particle advection, using the method of Weil et al. (2004, JAS, 61, 2877-2887). This method is switched on by the package parameter [#use_sgs_for_particles use_sgs_for_particles]. This also forces the Euler/upstream method to be used for time advancement of the TKE (see initialization parameter [../initialization_parameters#use_upstream_for_tke use_upstream_for_tke]). The minimum time step during the sub-time steps is controlled by package parameter [#dt_min_part dt_min_part]. \\\\ 279 279 By default, particles are weightless and transported passively with the resolved scale flow. Particles can be given a mass and thus an inertia by assigning the package parameter density_ratio a non-zero value (it defines the ratio of the density of the fluid and the density of the particles). In this case, their radius must also be defined, which affects their flow resistance. \\\\ 280 280 Boundary conditions for the particle transport can be defined with package parameters [#bc_par_t bc_par_t], [#bc_par_lr bc_par_lr], [#bc_par_ns bc_par_ns] and [#bc_par_b bc_par_b].\\\\ … … 325 325 {{{#!td 326 326 Factor to define the real number of initial droplets in a grid box.\\ 327 In case of explicitly simulating cloud droplets (see [../ini par#cloud_droplets cloud_droplets]), the real number of initial droplets in a grid box is equal to the initial number of droplets in this box (defined by the particle source parameters [#pst pst], [#psl psl], [#psr psr], [#pss pss], [#psn psn], [#psb psb], [#pdx pdx], [#pdy pdy] and [#pdz pdz]) times the '''initial_weighting_factor'''.327 In case of explicitly simulating cloud droplets (see [../initialization_parameters#cloud_droplets cloud_droplets]), the real number of initial droplets in a grid box is equal to the initial number of droplets in this box (defined by the particle source parameters [#pst pst], [#psl psl], [#psr psr], [#pss pss], [#psn psn], [#psb psb], [#pdx pdx], [#pdy pdy] and [#pdz pdz]) times the '''initial_weighting_factor'''. 328 328 }}} 329 329 |---------------- … … 493 493 }}} 494 494 {{{#!td style="vertical-align:top" 495 10*[../ini par#dx dx]495 10*[../initialization_parameters#dx dx] 496 496 }}} 497 497 {{{#!td … … 508 508 }}} 509 509 {{{#!td style="vertical-align:top" 510 10*[../ini par#dy dy]510 10*[../initialization_parameters#dy dy] 511 511 }}} 512 512 {{{#!td … … 534 534 }}} 535 535 {{{#!td style="vertical-align:top" 536 10*zu([../ini par#nz nz]/2)536 10*zu([../initialization_parameters#nz nz]/2) 537 537 }}} 538 538 {{{#!td … … 561 561 }}} 562 562 {{{#!td style="vertical-align:top" 563 10*([#ny ny]*[../ini par#dy dy])563 10*([#ny ny]*[../initialization_parameters#dy dy]) 564 564 }}} 565 565 {{{#!td … … 574 574 }}} 575 575 {{{#!td style="vertical-align:top" 576 10*([#nx nx]*[../ini par#dx dx])576 10*([#nx nx]*[../initialization_parameters#dx dx]) 577 577 }}} 578 578 {{{#!td … … 600 600 }}} 601 601 {{{#!td style="vertical-align:top" 602 10*zu([../ini par#nz nz]/2)602 10*zu([../initialization_parameters#nz nz]/2) 603 603 }}} 604 604 {{{#!td … … 729 729 }}} 730 730 {{{#!td 731 Switch on/off the splitting algorithm for cloud droplets (if [../ini par#cloud_droplets cloud_droplets]=.T.). If '''splitting''' is set .TRUE. every time step the splitting algorithm is executed. The algorithm splits particles which fulfill certain criterion's into several super droplets with a reduced number of represented particles of every super droplet (i.e. a reduced weighting factor). The splitting algorithm can be steered by the following parameters: [#max_number_particles_per_gridbox max_number_particles_per_gridbox], [#radius_split radius_split], [#splitting_factor splitting_factor], [#splitting_factor_max splitting_factor_max], [#splitting_function splitting_function], [#splitting_mode splitting_mode] and [#weight_factor_split weight_factor_split]. The mechanism allows an improved representation of the right tail of the drop size distribution with a feasible amount of computational costs.\\731 Switch on/off the splitting algorithm for cloud droplets (if [../initialization_parameters#cloud_droplets cloud_droplets]=.T.). If '''splitting''' is set .TRUE. every time step the splitting algorithm is executed. The algorithm splits particles which fulfill certain criterion's into several super droplets with a reduced number of represented particles of every super droplet (i.e. a reduced weighting factor). The splitting algorithm can be steered by the following parameters: [#max_number_particles_per_gridbox max_number_particles_per_gridbox], [#radius_split radius_split], [#splitting_factor splitting_factor], [#splitting_factor_max splitting_factor_max], [#splitting_function splitting_function], [#splitting_mode splitting_mode] and [#weight_factor_split weight_factor_split]. The mechanism allows an improved representation of the right tail of the drop size distribution with a feasible amount of computational costs.\\ 732 732 733 733 '''Remark:'''\\