Changes between Version 118 and Version 119 of doc/app/particle_parameters
- Timestamp:
- Feb 21, 2012 11:09:10 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/particle_parameters
v118 v119 106 106 Collision kernel from Hall (1980, J. Atmos. Sci., 2486-2507), which considers collision due to pure gravitational effects. Larger droplets have a higher terminal fall velocity and are collecting smaller ones. Only terminal droplet velocities are considered in this kernel (not their effective velocities). 107 107 108 '' 'hall_fast' '' 109 Same as '' 'hall' '', but a collision efficiency table is calculated only once (at the beginning of the simulation) for fixed radius classes in the range [1.0E-6,2.0E-4] m. The number of classes to be used (i.e. the resolution of the kernel) can be set by parameter [#radius_classes radius_classes]. This method significantly reduces the total cpu-time for a job. 110 108 111 '' 'none' '' 109 112 Droplet collision is switched off. … … 115 118 Beside gravitational effects (treated with the Hall-kernel) also the effects of turbulence on the collision are considered using parameterizations of Ayala et al. (2008, New J. Phys., 10, 075015) and Wang and Grabowski (2009, Atmos. Sci. Lett., 10, 1-8). This kernel includes three possible effects of turbulence: the modification of the relative velocity between the droplets, the effect of preferential concentration, and the enhancement of collision efficiencies. 116 119 120 '' 'wang_fast' '' 121 Same as '' 'wang' '', but a collision efficiency table is calculated only once (at the beginning of the simulation) for fixed radius- and dissipation classes in the ranges [1.0E-6,2.0E-4] m, and [0.0,1000.0] cm**2/s**3 respectively. The number of classes to be used (i.e. the resolution of the kernel) can be set by parameters [#radius_classes radius_classes], and [#dissipation_classes dissipation_classes]. This method significantly reduces the total cpu-time for a job. 122 117 123 '''Attention:''' Switching on the collision process drastically increases the CPU time of jobs. 118 124 }}} … … 135 141 136 142 With several groups of particles (see [#number_of_particle_groups number_of_particle_groups]), each group can be assigned a different value. If the number of values given for '''density_ratio''' is less than the number of groups defined by [#number_of_particle_groups number_of_particle_groups]), then the last assigned value is used for all remaining groups. This means that by default the particle density ratio for all groups will be ''0.0''. 143 }}} 144 |---------------- 145 {{{#!td style="vertical-align:top" 146 [=#dissipation_classes '''dissipation_classes'''] 147 }}} 148 {{{#!td style="vertical-align:top" 149 I 150 }}} 151 {{{#!td style="vertical-align:top" 152 20 153 }}} 154 {{{#!td 155 Number of dissipation classes to be used in the collision efficiency table.\\ 156 This parameter comes into effect, if parameter [#collision_kernel collision_kernel] is set to '' 'wang_fast' ''. It defines the number of dissipation classes which spawn the collision efficiency table. The interval [1.0,1000.0] cm**2/s**3 is divided into n (= '''dissipation_classes''') equidistant parts. 137 157 }}} 138 158 |---------------- … … 510 530 |---------------- 511 531 {{{#!td style="vertical-align:top" 532 [=#radius_classes '''radius_classes'''] 533 }}} 534 {{{#!td style="vertical-align:top" 535 I 536 }}} 537 {{{#!td style="vertical-align:top" 538 20 539 }}} 540 {{{#!td 541 Number of radius classes to be used in the collision efficiency table.\\ 542 This parameter comes into effect, if parameter [#collision_kernel collision_kernel] is set to '' 'hall_fast' '' or '' 'wang_fast' ''. It defines the number of radius classes which spawn the collision efficiency table. The interval [1.0E-6,2.0E-4] m is divided into n (= '''radius_classes''') logarithmic equidistant parts. 543 }}} 544 |---------------- 545 {{{#!td style="vertical-align:top" 512 546 [=#random_start_position '''random_start_position'''] 513 547 }}}