| 347 | |---------------- |
| 348 | {{{#!td style="vertical-align:top" |
| 349 | [=#particle_dvrpsize '''particle_dvrpsize'''] |
| 350 | }}} |
| 351 | {{{#!td style="vertical-align:top" |
| 352 | C*10 |
| 353 | }}} |
| 354 | {{{#!td style="vertical-align:top" |
| 355 | 'none' |
| 356 | }}} |
| 357 | {{{#!td |
| 358 | Parameter, which allows to bind the displayed particle size to certain flow quantities.\\\\ |
| 359 | The default particle size (diameter) is determined with parameter dvrp_psize.\\\\ |
| 360 | Allowed values for particle_dvrpsize are: |
| 361 | {{{#!table style="border:none" |
| 362 | {{{#!td style="vertical-align:top;border:none" |
| 363 | 'absw' |
| 364 | }}} |
| 365 | {{{#!td style="vertical-align:top;border:none" |
| 366 | The particle size depends on the absolute value of the resolved-scale vertical velocity w at the particle position. |
| 367 | }}} |
| 368 | }}} |
| 369 | The particle sizes ranges from 0.25*dx m to 0.85*dx m. The interval of values from the above listed quantities to be mapped to these sizes is defined by parameter dvrpsize_interval.\\\\ |
| 370 | Example:\\ |
| 371 | If particle_dvrpsize = 'absw' and dvrpsize_interval = 1.0, 2.0, then all particles at positions where the absolute value of w is <= 1.0 m/s will have a size of 0.25*dx m and those at positions with |w| >= 2.0 m/s will have a size of 0.85*dx m, while those with 1.0 m/s < |w| < 2.0 m/s will linearly vary in size from 0.25*dx m to 0.85*dx m. |
| 372 | }}} |