Changes between Version 122 and Version 123 of doc/app/particle_parameters
- Timestamp:
- Apr 10, 2014 3:20:52 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/particle_parameters
v122 v123 7 7 |---------------- 8 8 {{{#!td style="vertical-align:top; text-align:left;width: 150px" 9 [=#alloc_factor '''alloc_factor'''] 10 }}} 11 {{{#!td style="vertical-align:top; text-align:left;style="width: 50px" 12 R 13 }}} 14 {{{#!td style="vertical-align:top; text-align:left;style="width: 75px" 15 20.0 16 }}} 17 {{{#!td 18 Factor (in percent) describing the memory allocated additionally to the memory needed for initial particles at a given grid cell. For example, 100 particles are initialized at a grid cell. Hence, an array for 120 particles (default value of alloc_factor) is allocated providing sufficient memory for particles being transported to this grid cell during the simulation. Note that this array is automatically reallocated if more than 120 particles (following the example above) are transported to this array in order to provide sufficient memory. Thus, it is not necessary to choose alloc_factor too high. 19 }}} 20 |---------------- 21 {{{#!td style="vertical-align:top" 9 22 [=#dt_prel '''dt_prel'''] 10 23 }}} 11 {{{#!td style="vertical-align:top ; text-align:left;style="width: 50px"12 R 13 }}} 14 {{{#!td style="vertical-align:top ; text-align:left;style="width: 75px"24 {{{#!td style="vertical-align:top" 25 R 26 }}} 27 {{{#!td style="vertical-align:top" 15 28 9999999.9 16 29 }}} … … 229 242 Temporal interval for sorting particles (in s).\\ 230 243 By default, particles are sorted in memory in a way that their order follows the order in which the gridpoint values are stored. This may improve cache coherence in case of larger numbers of particles and gridpoints. However, since the sorting itself is time consuming and since the requirement of sorting depends on the strength of mixing in the flow, performance can be improved if the sorting is applied only after certain time intervals. The proper length of this interval '''dt_sort_particles''' must be determined empirically by carrying out test runs with different intervals. Check file [../iofiles#CPU_MEASURES CPU_MEASURES] to find the value of '''dt_sort_particles''' which gives the best performance.\\\\ 231 '''Note:''' In case of [../inipar#cloud_droplets cloud_droplets] = '' '.T.' '', any given non-zero value of '''dt_sort_particles''' will be reset to zero and a corresponding warning message will appear in the job protocol. 244 '''Note:''' In case of [../inipar#cloud_droplets cloud_droplets] = '' '.T.' '', any given non-zero value of '''dt_sort_particles''' will be reset to zero and a corresponding warning message will appear in the job protocol.\\\\ 245 '''Not available from release 4.0 on.''' 232 246 }}} 233 247 |---------------- … … 287 301 Maximum number of particles (on a PE). \\ 288 302 This parameter allows to set the number of particles for which memory must be allocated at the beginning of the run. If this memory becomes insufficient during the run, due to the release of further particles (see [#dt_prel dt_prel]), then more memory is automatically allocated. 289 For runs on several processors, maximum_number_of_particles defines the maximum number on each PE. This number must be larger than the maximum number of particles initially released in a subdomain. 303 For runs on several processors, maximum_number_of_particles defines the maximum number on each PE. This number must be larger than the maximum number of particles initially released in a subdomain.\\\\ 304 '''Not available from release 4.0 on.''' 290 305 }}} 291 306 |---------------- … … 335 350 }}} 336 351 |---------------- 352 || [../parpar#min_nr_particles min_nr_particles] || P || particles || I || 50 || Minimum number of particles for which memory is allocated at each grid cell. || 353 {{{#!td style="vertical-align:top" 354 [=#min_nr_particle '''min_nr_particle'''] 355 }}} 356 {{{#!td style="vertical-align:top" 357 I 358 }}} 359 {{{#!td style="vertical-align:top" 360 50 361 }}} 362 {{{#!td 363 Minimum number of particles for which memory is allocated at every grid cell. 364 }}} 365 |---------------- 337 366 {{{#!td style="vertical-align:top" 338 367 [=#number_of_particle_groups '''number_of_particle\\_groups'''] … … 647 676 '''Note:''' For parallel runs files may become very large and performance of PALM may decrease. 648 677 }}} 649 650