238 | | |
| 238 | |---------------- |
| 239 | {{{#!td style="vertical-align:top" |
| 240 | [=#maximum_number_of_tailpoints '''maximum_number\\_of_tailpoints'''] |
| 241 | }}} |
| 242 | {{{#!td style="vertical-align:top" |
| 243 | I |
| 244 | }}} |
| 245 | {{{#!td style="vertical-align:top" |
| 246 | 100 |
| 247 | }}} |
| 248 | {{{#!td |
| 249 | Maximum number of tailpoints that a particle tail can have. \\ |
| 250 | '''maximum_number_of_tailpoints''' sets the number of descrete points the tail consists of. A new point is added to the particle tails after each time step. If the maximum number of tail points is reached after the corresponding number of timesteps, the oldest respective tail points is deleted within the following timestep. \\\\ |
| 251 | All particle tails have the same number of points. The maximum length of these tails is determined by the value of maximum_number_of_tailpoints and by the minimum distance between each of the adjoining tailpoints, which can be set by [#minimum_tailpoint_distance minimum_tailpoint_distance]. Additionally, it can be determined that the temporal displacement between the current position of the particle and the oldest point of the tail may become not larger than a value to be assigned by [#maximum_tailpoint_age maximum_tailpoint_age]. |
| 252 | }}} |
| 253 | |---------------- |
| 254 | {{{#!td style="vertical-align:top" |
| 255 | [=#maximum_tailpoint_age '''maximum_tailpoint\\_age'''] |
| 256 | }}} |
| 257 | {{{#!td style="vertical-align:top" |
| 258 | R |
| 259 | }}} |
| 260 | {{{#!td style="vertical-align:top" |
| 261 | 100000.0 |
| 262 | }}} |
| 263 | {{{#!td |
| 264 | Maximum age that the end point of a particle tail is allowed to have (in s). \\ |
| 265 | If the temporal displacement between the oldest point of a particle tail and the current position of the particle becomes larger than the value given by '''maximum_tailpoint_age''', this oldest point (which defines the end of the tail) is removed. If this time is so small that the number of points defining the particle tail do not exceed the value given by [#maximum_number_of_tailpoints maximum_number_of_tailpoints], then the length the particle tails is a measure for the distance the particle travelled along during the time interval defined via '''maximum_tailpoint_age''', i.e. for the particle velocity. Fast particles will have long tails, slow particles shorter ones (note: this will not neccessarily hold if [#minimum_tailpoint_distance minimum_tailpoint_distance] = ''0.0''). |
| 266 | }}} |