Changeset 62 for palm/trunk/DOC/app/chapter_4.5.7.html
- Timestamp:
- Mar 13, 2007 2:52:40 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/DOC/app/chapter_4.5.7.html
r54 r62 1 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 2 <html><head> 3 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=windows-1252"><title>PALM 4 chapter 4.5.7</title> <meta name="GENERATOR" content="StarOffice 7 (Win32)"> <meta name="AUTHOR" content="Siegfried Raasch"> <meta name="CREATED" content="20041029;14344622"> <meta name="CHANGED" content="20050119;9531085"> <meta name="KEYWORDS" content="parallel LES model"> <style> 5 <!-- 6 @page { size: 21cm 29.7cm } 7 --> 8 </style></head> 9 10 <body style="direction: ltr;" lang="en-US"><h4 style="line-height: 100%;"><font size="4">4.5.7 11 Plots of 20 12 isosurfaces, 2d cross sections and particles with dvrp</font></h4> 21 13 <p style="line-height: 100%;">The <span style="font-weight: bold;">dvrp</span> … … 27 19 possible. <br> 28 20 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 21 in PALM (<b>profil</b>, <b>iso2d</b> and <b>AVS</b>), 22 where the data 30 23 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 24 plots via <span style="font-weight: bold;">dvrp</span> 25 software is 32 26 integrated in PALM, i.e. respective routines are directly called within 33 27 the PALM code. The 34 <span style="font-weight: bold;">dvrp</span> routines then output the 28 <span style="font-weight: bold;">dvrp</span> 29 routines then output the 35 30 graphic data 36 31 (so-called plot-primitives, e.g. polygones of isosurfaces) in a special … … 46 41 computing speed of commercial graphic software in case of such 47 42 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 43 <p style="line-height: 100%;">The coupling of <span style="font-weight: bold;">dvrp</span> software and 44 PALM 45 as well as the visualization of the model results via <span style="font-weight: bold;">dvrp</span> has been 52 46 the main focus of the BMBF project "Application of 53 47 tele-immersion in long-distance networks" (2001-2002), … … 55 49 continued by RRZN in the new DFG-funded project "EVITA - Untersuchung 56 50 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 51 <br>Methoden zur visuellen und haptischen tele-immersiven 52 Exploration 53 <br>komplexer Volumen- und Strömungsdaten aus 54 parallelisierten, 55 <br>dynamischen 3D-Simulationen" (2005-2007). </p> 56 <p style="line-height: 100%;">The calls of the <span style="font-weight: bold;">dvrp</span> routines are 57 contained within a 65 58 PALM software package (see chapter <a href="chapter_3.7.html">3.7</a>). 66 59 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 60 “dvrp_graphics”</font></tt> 61 has to be given in the <b>mrun</b> call. This 62 automatically links the 69 63 required libraries. 70 64 Steering of the plot output is done via the package … … 73 67 graphic 74 68 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>. 69 computer which is defined via the package parameter <a href="chapter_4.2.html#dvrp_host">dvrp_host</a>. 77 70 The 78 71 default values of the dvrp parameters are cause the output to be 79 72 directed to a so-called streaming server at the 80 73 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 74 can be used by an internet browser to view the data (a special <span style="font-weight: bold;">dvrp</span> plugin is 75 needed). </p> 76 <p style="line-height: 100%;">Since July 2001, the basic 77 functionality 78 of the <span style="font-weight: bold;">dvrp</span> 79 software is 85 80 installed in PALM and steerable via the 86 81 package parameters. However, some code modifications may still need to … … 88 83 the subroutine <tt><font style="font-size: 10pt;" size="2">plot_dvrp</font></tt> 89 84 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> 85 <br>For further detailed information please ask Siegfried Raasch. 86 </p> 87 <hr><p style="line-height: 100%;"><br> 88 <font color="#000080"><font color="#000080"><a href="chapter_4.5.6.html"><font color="#000080"><img src="left.gif" name="Grafik1" align="bottom" border="2" height="32" width="32"></font></a><a href="index.html"><font color="#000080"><img src="up.gif" name="Grafik2" align="bottom" border="2" height="32" width="32"></font></a><a href="chapter_4.6.html"><font color="#000080"><img src="right.gif" name="Grafik3" align="bottom" border="2" height="32" width="32"></font></a></font></font></p><p style="line-height: 100%;"> <i>Last 89 change: </i> $Id$</p> 90 </body></html>
Note: See TracChangeset
for help on using the changeset viewer.