Changes between Version 68 and Version 69 of doc/app/dvrpar


Ignore:
Timestamp:
Sep 14, 2010 8:17:22 AM (15 years ago)
Author:
witha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/dvrpar

    v68 v69  
    345345If '''particle_color''' ='' 'pt*' ''and [#color_interval color_interval] = ''-0.5, +0.5'', then all particles at positions with ''pt* <= -0.5 K'' will have a deep blue color and those at positions with ''pt* >= +0.5 K'' will have a deep red color, while those with ''-0.5 < pt* < +0.5'' will vary in color from deep blue to deep red and transition from yellow to blue indicate ''pt* ~ 0.0''.
    346346}}}
     347|----------------
     348{{{#!td style="vertical-align:top"
     349[=#particle_dvrpsize '''particle_dvrpsize''']
     350}}}
     351{{{#!td style="vertical-align:top"
     352C*10
     353}}}
     354{{{#!td style="vertical-align:top"
     355'none'
     356}}}
     357{{{#!td
     358Parameter, which allows to bind the displayed particle size to certain flow quantities.\\\\
     359The default particle size (diameter) is determined with parameter dvrp_psize.\\\\
     360Allowed values for particle_dvrpsize are:
     361{{{#!table style="border:none"
     362{{{#!td style="vertical-align:top;border:none"
     363'absw'
     364}}}
     365{{{#!td style="vertical-align:top;border:none"
     366The particle size depends on the absolute value of the resolved-scale vertical velocity w at the particle position.
     367}}}
     368}}}
     369The particle sizes ranges from 0.25*dx m to 0.85*dx m. The interval of values from the above listed quantities to be mapped to these sizes is defined by parameter dvrpsize_interval.\\\\
     370Example:\\
     371If particle_dvrpsize = 'absw' and dvrpsize_interval = 1.0, 2.0, then all particles at positions where the absolute value of w is <= 1.0 m/s will have a size of 0.25*dx m and those at positions with |w| >= 2.0 m/s will have a size of 0.85*dx m, while those with 1.0 m/s < |w| < 2.0 m/s will linearly vary in size from 0.25*dx m to 0.85*dx m.
     372}}}