Changes between Version 102 and Version 103 of doc/app/dvrpar
- Timestamp:
- Sep 16, 2010 11:54:17 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/dvrpar
v102 v103 227 227 In case that particles are visualized with the '''dvr''' software (see [wiki:chapter_457 chapter 4.5.7]), their size can be set by parameter '''dvrp_psize'''. All particles are displayed with this same size.\\ 228 228 Alternatively, the particle size can be controlled by certain flow parameters using parameter [#particle_dvrpsize particle_dvrpsize].\\ 229 Another way to control the particles diameter is to set it with the user-interface in routine {{{user_init_particles}}} (at the beginning of the simulation) and/or to redefine it after each timestep in routine {{{user_particle_attributes}}}.\\229 Another way to control the particles diameter is to set it with the user-interface in routine [source:palm/trunk/SOURCE/user_init_particles.f90 user_init_particles] (at the beginning of the simulation) and/or to redefine it after each timestep in routine [source:palm/trunk/SOURCE/user_particle_attributes user_particle_attributes].\\ 230 230 '''Note:''' This parameter determines exclusively the size under which particles appear in the '''dvr''' visualization. The flow relevant particle radius is determined via the particle parameter [../parpar#radius radius]! 231 231 }}}