Changes between Version 110 and Version 111 of doc/app/dvrpar
- Timestamp:
- Jan 8, 2019 11:21:00 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/dvrpar
v110 v111 1 = dvr parameters=1 == DVR Parameters == 2 2 [[TracNav(doc/app/partoc|nocollapse)]] 3 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 4 '''Package: (mrun option -r) dvrp_graphics\\ 5 NAMELIST group name: dvrp_graphics_par''' 3 4 5 Informations about using dvr with PALM are described [https://palm.muk.uni-hannover.de/trac/wiki/doc/app/dvr here]. 6 7 8 \\\\ 9 '''NAMELIST group name: {{{dvrp_graphics_par}}}''' \\ 6 10 7 11 ||='''Parameter Name''' =||='''[../fortrantypes FORTRAN]\\[../fortrantypes Type]''' =||='''Default\\Value''' =||='''Explanation''' =|| … … 132 136 {{{#!td 133 137 Name of the directory into which data created by the '''dvr''' software shall be saved.\\\\ 134 By default, the directory name is generated from the username (see package parameter [#dvrp_username dvrp_username]) and the base file name (given as the argument of ''' mrun''' option -d) as '' '<username>/<base file name>'.''138 By default, the directory name is generated from the username (see package parameter [#dvrp_username dvrp_username]) and the base file name (given as the argument of '''palmrun''' option -d) as '' '<username>/<base file name>'.'' 135 139 }}} 136 140 |---------------- … … 227 231 In case that particles are visualized with the '''dvr''' software (see [../dvr here] for a description), their size can be set by parameter '''dvrp_psize'''. All particles are displayed with this same size.\\ 228 232 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 [source:palm/trunk/SOURCE/user_init_particles.f90 user_init_particles] (at the beginning of the simulation) and/or to redefine it after each time step in routine [source:palm/trunk/SOURCE/user_particle_attributes.f90 user_particle_attributes].\\233 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 time step in routine `user_particle_attributes`.\\ 230 234 '''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 235 }}} … … 323 327 }}} 324 328 {{{#!td style="vertical-align:top;border:none" 325 Particle color depends on the absolute value of the resolved-scale horizontal velocity (SQRT(u 2+v2) at the particle position.329 Particle color depends on the absolute value of the resolved-scale horizontal velocity (SQRT(u^2^+v^2^)) at the particle position. 326 330 }}} 327 331 |------