| 284 | {{{#!td style="vertical-align:top" |
| 285 | [=#mode_dvrp '''mode_dvrp'''] |
| 286 | }}} |
| 287 | {{{#!td style="vertical-align:top" |
| 288 | C*20 |
| 289 | (10) |
| 290 | }}} |
| 291 | {{{#!td style="vertical-align:top" |
| 292 | 10 * '' |
| 293 | }}} |
| 294 | {{{#!td |
| 295 | Graphical objects (isosurfaces, slicers, particles) which are to be created by the '''dvr''' software.\\\\ |
| 296 | Several different objects can be assigned simultaneously and will be displayed in the same scene. Allowed values for '''mode_dvrp''' are'' 'isosurface##' ''(isosurface),'' 'slicer##' ''(cross sections), and'' 'particles'.'' Within the strings the hash characters ("##") have to be replaced by two digits 01≤##≤99. Up to 10 objects can be assigned at the same time, e.g.: |
| 297 | |
| 298 | mode_dvrp = 'isosurface02', 'slicer01', 'particles', 'slicer02' |
| 299 | |
| 300 | In this case one isosurface, two cross sections, and particles will be created. The quantities for which isosurfaces or cross sections are to be created have to be selected with the parameter data_output (data_output also determines the orientation of the cross section, thus xy, xz, or yz). Since for data_output lists of variables may be assigned, the digits at the end of the mode_dvrp-string select the quantity, which is given at the respective position in the respective list (e.g. 'isosurface02' selects the second 3D quantity of data_output, 'slicer01' selects the first 2D quantity of data_output). If e.g. data_output is assigned as data_output = 'u_xy', 'w_xz', 'v_yz', 'pt', 'u', 'w', then - assuming the above assignment of mode_dvrp - an isosurface of u, a horizontal cross section of u and a vertical cross section (xz) of w are created. For locations of the cross sections see data_output. The theshold value for which the isosurface is to be created can be defined with parameter threshold. The isosurface color is controlled by parameter isosurface_color. |
| 301 | |
| 302 | The particles color and size can be set using parameters particle_color and particle_dvrpsize. |
| 303 | |
| 304 | The vertical extension of the displayed domain is given by nz_do3d. |
| 305 | |
| 306 | The displayed horizontal domain can be restricted using parameters clip_dvrp_l, clip_dvrp_r, clip_dvrp_n, clip_dvrp_s. |
| 307 | |
| 308 | If user-defined dvrp objects exist (see chapter 3.5.4), then mode_dvrp may also refer to quantities selected with the parameter data_output_user (internally PALM appends them to those selected with the parameter data_output). |
| 309 | |
| 310 | Assignments of mode_dvrp must correspond to those of data_output and data_output_user! If e.g. data_output = 'pt_xy', 'w' was set, then only the digits "01" are allowed for mode_dvrp, thus 'isosurface01' and/or 'slicer01'. |
| 311 | |
| 312 | Further details about using the dvrp software are given in chapter 4.5.7. |
| 313 | Note: |
| 314 | The declaration of color charts to be used still have to be given "manually" in subroutine user_dvrp_coltab (file user_dvrp_coltab.f90). |
| 315 | }}} |