Changes between Version 70 and Version 71 of doc/app/dvrpar


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/dvrpar

    v70 v71  
    357357{{{#!td
    358358Parameter, which allows to bind the displayed particle size to certain flow quantities.\\\\
    359 The default particle size (diameter) is determined with parameter dvrp_psize.\\\\
    360 Allowed values for particle_dvrpsize are:
     359The default particle size (diameter) is determined with parameter [#dvrp_psize dvrp_psize].\\\\
     360Allowed values for '''particle_dvrpsize''' are:
    361361{{{#!table style="border:none"
    362362{{{#!td style="vertical-align:top;border:none;width:50px"
     
    367367}}}
    368368}}}
    369 The 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.\\\\
     369The particle sizes ranges from 0.25*[../inipar#dx dx] m to 0.85*[../inipar#dx dx] m. The interval of values from the above listed quantities to be mapped to these sizes is defined by parameter [#dvrpsize_interval dvrpsize_interval].\\\\
    370370Example:\\
    371 If 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 }}}
     371If '''particle_dvrpsize''' ='' 'absw' ''and [#dvrpsize_interval 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*[../inipar#dx dx] m and those at positions with |w| >= 2.0 m/s will have a size of 0.85*[../inipar#dx dx] m, while those with 1.0 m/s < |w| < 2.0 m/s will linearly vary in size from 0.25*[../inipar#dx dx] m to 0.85*[../inipar#dx dx] m.
     372}}}