Changes between Version 31 and Version 32 of doc/app/dvrpar
- Timestamp:
- Sep 13, 2010 3:06:21 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/dvrpar
v31 v32 226 226 {{{#!td 227 227 Diameter that particles are given in visualizations with the '''dvr''' software (in m).\\ 228 In case that particles are visualized with the '''dvr''' software (see [ #wiki:chapter_457 chapter 4.5.7]), their size can be set by parameter '''dvrp_psize'''. All particles are displayed with this same size.\\228 In case that particles are visualized with the '''dvr''' software (see [wiki:chapter_457 chapter 4.5.7]), their size can be set by parameter '''dvrp_psize'''. All particles are displayed with this same size.\\ 229 229 Alternatively, the particle size can be controlled by certain flow parameters using parameter [#particle_dvrpsize particle_dvrpsize].\\ 230 230 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 timestep in routine {{{user_particle_attributes}}}.\\ … … 232 232 }}} 233 233 |---------------- 234 235 236 234 {{{#!td style="vertical-align:top;width:150px" 235 [=#dvrp_username '''dvrp_username'''] 236 }}} 237 {{{#!td style="vertical-align:top;width:50px" 238 C*80 239 }}} 240 {{{#!td style="vertical-align:top;width:100px" 241 }}} 242 {{{#!td 243 User name of a valid account on the computer to which data created by the dvrp software is to be transferred.\\\\ 244 Assigning a value to this parameter is required in case of dvrp_output = 'rtsp' or 'ftp'. 245 }}} 246 |---------------- 247 248