Changes between Version 70 and Version 71 of doc/app/dvrpar
- Timestamp:
- Sep 14, 2010 8:22:31 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/dvrpar
v70 v71 357 357 {{{#!td 358 358 Parameter, 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_dvrpsizeare:359 The default particle size (diameter) is determined with parameter [#dvrp_psize dvrp_psize].\\\\ 360 Allowed values for '''particle_dvrpsize''' are: 361 361 {{{#!table style="border:none" 362 362 {{{#!td style="vertical-align:top;border:none;width:50px" … … 367 367 }}} 368 368 }}} 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.\\\\369 The 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].\\\\ 370 370 Example:\\ 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*dxm.372 }}} 371 If '''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 }}}