Changes between Version 110 and Version 111 of doc/app/dvrpar


Ignore:
Timestamp:
Jan 8, 2019 11:21:00 AM (6 years ago)
Author:
weniger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/dvrpar

    v110 v111  
    1 = dvr parameters =
     1== DVR Parameters ==
    22[[TracNav(doc/app/partoc|nocollapse)]]
    3 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    4 '''Package: (mrun option -r) dvrp_graphics\\
    5 NAMELIST group name: dvrp_graphics_par'''
     3
     4
     5Informations 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}}}''' \\
    610
    711||='''Parameter Name'''  =||='''[../fortrantypes FORTRAN]\\[../fortrantypes Type]'''  =||='''Default\\Value'''  =||='''Explanation'''  =||
     
    132136{{{#!td
    133137Name 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>'.''
     138By 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>'.''
    135139}}}
    136140|----------------
     
    227231In 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.\\
    228232Alternatively, 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].\\
     233Another 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`.\\
    230234'''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]!
    231235}}}
     
    323327}}}
    324328{{{#!td style="vertical-align:top;border:none"
    325 Particle color depends on the absolute value of the resolved-scale horizontal velocity (SQRT(u2+v2) at the particle position.
     329Particle color depends on the absolute value of the resolved-scale horizontal velocity (SQRT(u^2^+v^2^)) at the particle position.
    326330}}}
    327331|------