Changes between Version 129 and Version 130 of doc/app/particle_parameters
- Timestamp:
- Apr 7, 2016 12:35:35 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/particle_parameters
v129 v130 261 261 Statistical information (e.g. the total number of particles used, the number of particles exchanged between the PEs, etc.) are output to the local file [../iofiles#PARTICLE_INFOS PARTICLE_INFOS], if switched on by the parameter [#write_particle_statistics write_particle_statistics]. \\\\ 262 262 If a job chain is to be carried out, particle information for the restart run (e.g. current location of all particles at the end of the run) is output to the local file [../iofiles#PARTICLE_RESTART_DATA_OUT PARTICLE_RESTART_DATA_OUT], which must be saved at the end of the run and given as an input file to the restart run under local file name [../iofiles#PARTICLE_RESTART_DATA_IN PARTICLE_RESTART_DATA_IN] using respective file connection statements in the '''mrun''' configuration file. \\\\ 263 The output of particles for visualization with the graphic software '''dvrp''' is steered by the package parameter [../dvrpar#dt_dvrp dt_dvrp]. For visualization purposes particles can be given a diameter using the parameters [../dvrpar#dvrp_psize dvrp_psize] and [../dvrpar#particle_dvrpsize particle_dvrpsize] (this diameter only affects the visualization). All particles have the same size. Alternatively, particles can be given an individual size and a color by modifying the user-interface (subroutine {{{user_init_particles}}}). Particles can pull a ''tail'' behind themselves to improve their visualization. This is steered via the parameter [#use_particle_tails use_particle_tails].\\\\264 263 '''So far, the particle transport realized in PALM does only work duly in case of a constant vertical grid spacing! ''' 265 264 }}} … … 668 667 |---------------- 669 668 {{{#!td style="vertical-align:top" 670 [=#use_particle_tails '''use_particle_tails''']671 }}}672 {{{#!td style="vertical-align:top"673 L674 }}}675 {{{#!td style="vertical-align:top"676 .F.677 }}}678 {{{#!td679 Give particles a tail.\\680 A particle tail is defined by the path a particle has moved along starting from some point of time in the past. It consists of a set of discrete points in space which may e.g. be connected by a line in order visualize how the particle has moved.\\\\681 By default, particles have no tail. Parameter [#skip_particles_for_tail skip_particles_for_tail] can be used to give only every n'th particle a tail.\\682 The length of the tail is controlled by parameters [#maximum_number_of_tailpoints maximum_number_of_tailpoints], [#maximum_tailpoint_age maximum_tailpoint_age], and [#minimum_tailpoint_distance minimum_tailpoint_distance].683 }}}684 |----------------685 {{{#!td style="vertical-align:top"686 669 [=#use_sgs_for_particles '''use_sgs_for_particles'''] 687 670 }}}