[5] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
---|
| 2 | <html> |
---|
| 3 | <head> |
---|
| 4 | <meta http-equiv="CONTENT-TYPE" |
---|
| 5 | content="text/html; charset=windows-1252"> |
---|
| 6 | <title>PALM chapter 4.5.7</title> |
---|
| 7 | <meta name="GENERATOR" content="StarOffice 7 (Win32)"> |
---|
| 8 | <meta name="AUTHOR" content="Siegfried Raasch"> |
---|
| 9 | <meta name="CREATED" content="20041029;14344622"> |
---|
| 10 | <meta name="CHANGED" content="20050119;9531085"> |
---|
| 11 | <meta name="KEYWORDS" content="parallel LES model"> |
---|
| 12 | <style> |
---|
| 13 | <!-- |
---|
| 14 | @page { size: 21cm 29.7cm } |
---|
| 15 | --> |
---|
| 16 | </style> |
---|
| 17 | </head> |
---|
| 18 | <body dir="ltr" lang="en-US"> |
---|
| 19 | <h4 style="line-height: 100%;"><font size="4">4.5.7 Plots of |
---|
| 20 | isosurfaces, 2d cross sections and particles with dvrp</font></h4> |
---|
| 21 | <p style="line-height: 100%;">The <span style="font-weight: bold;">dvrp</span> |
---|
| 22 | software developed by the RRZN |
---|
| 23 | (Stephan Olbrich, Carsten Chmielewski) allows a creation of plot |
---|
| 24 | sequences with PALM, |
---|
| 25 | which can be animated via a special plugin for internet browsers. With |
---|
| 26 | suitable graphic hardware even stereoscopic views are |
---|
| 27 | possible. <br> |
---|
| 28 | In contrast to the other kinds of visualization output realized |
---|
| 29 | in PALM (<b>profil</b>, <b>iso2d</b> and <b>AVS</b>), where the data |
---|
| 30 | is output in a format suitable for the plot software, the creation of |
---|
| 31 | plots via <span style="font-weight: bold;">dvrp</span> software is |
---|
| 32 | integrated in PALM, i.e. respective routines are directly called within |
---|
| 33 | the PALM code. The |
---|
| 34 | <span style="font-weight: bold;">dvrp</span> routines then output the |
---|
| 35 | graphic data |
---|
| 36 | (so-called plot-primitives, e.g. polygones of isosurfaces) in a special |
---|
| 37 | dvr format. Since the <span style="font-weight: bold;">dvrp</span> |
---|
| 38 | software is parallelized (i.e. each PE calculates the graphic data for |
---|
| 39 | its subdomain), the visualization of simulations with very |
---|
| 40 | large numbers of grid points is possible (which so far failed because |
---|
| 41 | of |
---|
| 42 | several problems: volume of the raw data, which rapidly may sum-up to |
---|
| 43 | several Terabytes; main memory size needed for graphic workstations, on |
---|
| 44 | which the visualization is to be carried out; the insufficient scalar |
---|
| 45 | (!) |
---|
| 46 | computing speed of commercial graphic software in case of such |
---|
| 47 | large numbers of grid points). </p> |
---|
| 48 | <p style="line-height: 100%;">The coupling of <span |
---|
| 49 | style="font-weight: bold;">dvrp</span> software and PALM |
---|
| 50 | as well as the visualization of the model results via <span |
---|
| 51 | style="font-weight: bold;">dvrp</span> has been |
---|
| 52 | the main focus of the BMBF project "Application of |
---|
| 53 | tele-immersion in long-distance networks" (2001-2002), |
---|
| 54 | which was a joint project of RRZN, ZIB and IMUK. This work is currently |
---|
| 55 | continued by RRZN in the new DFG-funded project "EVITA - Untersuchung |
---|
| 56 | effizienter |
---|
| 57 | <br> |
---|
| 58 | Methoden zur visuellen und haptischen tele-immersiven Exploration |
---|
| 59 | <br> |
---|
| 60 | komplexer Volumen- und Strömungsdaten aus parallelisierten, |
---|
| 61 | <br> |
---|
| 62 | dynamischen 3D-Simulationen" (2005-2007). </p> |
---|
| 63 | <p style="line-height: 100%;">The calls of the <span |
---|
| 64 | style="font-weight: bold;">dvrp</span> routines are contained within a |
---|
| 65 | PALM software package (see chapter <a href="chapter_3.7.html">3.7</a>). |
---|
| 66 | To use this package, the additional option <tt><font size="2">-p |
---|
| 67 | dvrp_graphics</font></tt> |
---|
| 68 | has to be given in the <b>mrun</b> call. This automatically links the |
---|
| 69 | required libraries. |
---|
| 70 | Steering of the plot output is done via the package |
---|
| 71 | parameters (see chapter <a href="chapter_4.2.html">4.2</a>). |
---|
| 72 | In contrast to all other PALM output, <span style="font-weight: bold;">dvrp</span> |
---|
| 73 | graphic |
---|
| 74 | data are not output to local files but directly to a special remote |
---|
| 75 | computer which is defined via the package parameter <a |
---|
| 76 | href="chapter_4.2.html#dvrp_host">dvrp_host</a>. |
---|
| 77 | The |
---|
| 78 | default values of the dvrp parameters are cause the output to be |
---|
| 79 | directed to a so-called streaming server at the |
---|
| 80 | RRZN. Apart from graphic data an additional html file is created, which |
---|
| 81 | can be used by an internet browser to view the data (a special <span |
---|
| 82 | style="font-weight: bold;">dvrp</span> plugin is needed). </p> |
---|
| 83 | <p style="line-height: 100%;">Since July 2001, the basic functionality |
---|
| 84 | of the <span style="font-weight: bold;">dvrp</span> software is |
---|
| 85 | installed in PALM and steerable via the |
---|
| 86 | package parameters. However, some code modifications may still need to |
---|
| 87 | be done by the user (e.g. in |
---|
| 88 | the subroutine <tt><font style="font-size: 10pt;" size="2">plot_dvrp</font></tt> |
---|
| 89 | in order to define suitable color tables). |
---|
| 90 | <br> |
---|
| 91 | For further detailed information please ask Siegfried Raasch. </p> |
---|
| 92 | <hr> |
---|
| 93 | <p style="line-height: 100%;"><br> |
---|
| 94 | <font color="#000080"><font color="#000080"><a href="chapter_4.5.6.html"><font |
---|
| 95 | color="#000080"><img src="left.gif" name="Grafik1" align="bottom" |
---|
| 96 | border="2" height="32" width="32"></font></a><a href="index.html"><font |
---|
| 97 | color="#000080"><img src="up.gif" name="Grafik2" align="bottom" |
---|
| 98 | border="2" height="32" width="32"></font></a><a href="chapter_4.6.html"><font |
---|
| 99 | color="#000080"><img src="right.gif" name="Grafik3" align="bottom" |
---|
| 100 | border="2" height="32" width="32"></font></a></font></font></p> |
---|
| 101 | <p style="line-height: 100%;"> <i>Last change: </i> 20/04/05 |
---|
| 102 | (SR)</p> |
---|
| 103 | </body> |
---|
| 104 | </html> |
---|